comment logger out

This commit is contained in:
Johannes Wendel
2019-11-07 23:24:45 +01:00
parent 60e2e01542
commit 8fea6dda27
2 changed files with 3 additions and 2 deletions

View File

@@ -200,7 +200,7 @@ TCPServer* FlippRServer::build_input_server()
if (socket_file.exists())
{
socket_file.remove();
logger().information("Seems that server is already running. Make sure that only one instance of server is running.");
//logger().information("Seems that server is already running. Make sure that only one instance of server is running.");
}

View File

@@ -97,6 +97,7 @@ def main():
path = "/tmp/"
in_path = path + "/S.flippR_driver.in"
out_path = path + "/S.flippR_driver.out"
print("Input path: " + in_path + " output path " + out_path )
networking = Networking(out_path, in_path)
print(networking)
create_menu()