Преглед изворни кода

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

Steve Thielemann пре 3 година
родитељ
комит
f6e0ce402b
1 измењених фајлова са 1 додато и 1 уклоњено
  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() {