ソースを参照

poking at stuff

Stan Gurtler 3 年 前
コミット
b2c55f9344
1 ファイル変更1 行追加1 行削除
  1. 1 1
      prsona/src/networking.cpp

+ 1 - 1
prsona/src/networking.cpp

@@ -503,7 +503,7 @@ bool RemoteControlHandler::handleGet(
     else
         mg_printf(conn, "%s\n", message.c_str());
 
-    std::cout << "Hi hi!!!"
+    std::cout << "Hi hi!!!" << endl;
     sync->val++;
     sync->cv.notify_all();