From f5aea490332ec048b8ac6e2a3619832039fe3634 Mon Sep 17 00:00:00 2001
From: Robert Izzard <r.izzard@surrey.ac.uk>
Date: Tue, 12 Oct 2021 12:04:22 +0100
Subject: [PATCH] switched threading messages to vb=3 level

---
 binarycpython/utils/grid.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py
index 8b10d6c9f..dae0c30d3 100644
--- a/binarycpython/utils/grid.py
+++ b/binarycpython/utils/grid.py
@@ -1416,7 +1416,7 @@ class Population:
                 self.grid_options["_store_memaddr"],
             ),
             self.grid_options["verbosity"],
-            1,
+            3,
         )
 
         # Set the ensemble memory address
@@ -1433,7 +1433,7 @@ class Population:
             verbose_print(
                 "\tUsing persistent_data memaddr: {}".format(persistent_data_memaddr),
                 self.grid_options["verbosity"],
-                1,
+                3,
             )
 
         # Set up local variables
-- 
GitLab