From 5c04fa0ab641e00c5b4dd965de0ad28103ac6381 Mon Sep 17 00:00:00 2001
From: David Hendriks <davidhendriks93@gmail.com>
Date: Wed, 9 Jun 2021 17:55:13 +0100
Subject: [PATCH] fixing bug

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

diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py
index d15149230..9350ea5a4 100644
--- a/binarycpython/utils/grid.py
+++ b/binarycpython/utils/grid.py
@@ -893,12 +893,11 @@ class Population:
             # Print some info
             # stream_logger.debug(f"producing: {system_number}")  # DEBUG
             verbose_print(
-                "Process {} is handling system {}".format(ID, system_number),
+                "Queue produced system {}".format(system_number),
                 self.grid_options["verbosity"],
                 2,
             )
 
-
             # Print current size
             # print("Current size: {}".format(save_que.qsize()))
 
-- 
GitLab