summaryrefslogtreecommitdiff
path: root/rotord/src/rotord.cpp
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-09-20 13:59:36 +0100
committerComment <tim@gray.(none)>2013-09-20 13:59:36 +0100
commita740d4167e6dbd95dbd82e5d217761af8ef12b6f (patch)
tree0c0f533c0768cfb412b619fcf6b4ee1246de82e6 /rotord/src/rotord.cpp
parentda3e14a2d734fbc33a37419bf93602a91aea0611 (diff)
removed rotating log
Diffstat (limited to 'rotord/src/rotord.cpp')
-rw-r--r--rotord/src/rotord.cpp2
1 files changed, 1 insertions, 1 deletions
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<std::string>& args){
unsigned short port;
- Logger& logger = Logger::get("Rotor");
+ static Logger& logger = Logger::get("Rotor");
xmlIO xml;
if(xml.loadFile("settings.xml") ){