comment logger out
This commit is contained in:
@@ -200,7 +200,7 @@ TCPServer* FlippRServer::build_input_server()
|
|||||||
if (socket_file.exists())
|
if (socket_file.exists())
|
||||||
{
|
{
|
||||||
socket_file.remove();
|
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.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -97,6 +97,7 @@ def main():
|
|||||||
path = "/tmp/"
|
path = "/tmp/"
|
||||||
in_path = path + "/S.flippR_driver.in"
|
in_path = path + "/S.flippR_driver.in"
|
||||||
out_path = path + "/S.flippR_driver.out"
|
out_path = path + "/S.flippR_driver.out"
|
||||||
|
print("Input path: " + in_path + " output path " + out_path )
|
||||||
networking = Networking(out_path, in_path)
|
networking = Networking(out_path, in_path)
|
||||||
print(networking)
|
print(networking)
|
||||||
create_menu()
|
create_menu()
|
||||||
|
|||||||
Reference in New Issue
Block a user