Explorar el Código

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

Steve Thielemann hace 3 años
padre
commit
f6e0ce402b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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() {