From a740d4167e6dbd95dbd82e5d217761af8ef12b6f Mon Sep 17 00:00:00 2001 From: Comment Date: Fri, 20 Sep 2013 13:59:36 +0100 Subject: removed rotating log --- rotord/src/rotord.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/src/rotord.cpp') diff --git a/rotord/src/rotord.cpp b/rotord/src/rotord.cpp index 94964eb..e7c68cf 100644 --- a/rotord/src/rotord.cpp +++ b/rotord/src/rotord.cpp @@ -358,7 +358,7 @@ int RotorServer::main(const std::vector& args){ unsigned short port; - Logger& logger = Logger::get("Rotor"); + static Logger& logger = Logger::get("Rotor"); xmlIO xml; if(xml.loadFile("settings.xml") ){ -- cgit v1.2.3