Browse Source

Fix debug output. Don't add bool to strings.

Steve Thielemann 3 years ago
parent
commit
f6e0ce402b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts.cpp

+ 1 - 1
scripts.cpp

@@ -366,7 +366,7 @@ void ScriptExplore::init() {
         "Explorer will find nearest unknown when out of known sectors to "
         "explore";
   }
-  BUGZ_LOG(warning) << "Prefer Ports: " + prefer_ports;
+  BUGZ_LOG(warning) << "Prefer Ports: " << prefer_ports;
 }
 
 void ScriptExplore::activate() {