소스 검색

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() {