Stan Gurtler пре 3 година
родитељ
комит
9d08f4787c
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      prsona/src/networking.cpp

+ 1 - 0
prsona/src/networking.cpp

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