Parcourir la source

Added logging to show what/why we're doing what we're doing.

Steve Thielemann il y a 5 ans
Parent
commit
39ba6e0cb7
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      galaxy.py

+ 5 - 0
galaxy.py

@@ -244,6 +244,11 @@ class GameData(object):
                 )
                 return True
         else:
+            log.warn(
+                "port_buying( {0}, {1}): Yes, buying (but values unknown)".format(
+                    sector, cargo
+                )
+            )
             return True  # unknown port, we're guess yes.
         return False