diff options
Diffstat (limited to 'rotord/src/rotord.cpp')
| -rw-r--r-- | rotord/src/rotord.cpp | 2 |
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") ){ |
