summaryrefslogtreecommitdiff
path: root/rotord/src/rotord.cpp
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-09-08 13:11:02 +0100
committerComment <tim@gray.(none)>2013-09-08 13:11:02 +0100
commit1ff03ea63d79549db86422837f47916a42f23eb9 (patch)
tree1631546f60cb830749d6fe64d8af0911d9afcfe5 /rotord/src/rotord.cpp
parent512a2738e9f2fc74f109dabada357cc20c2a3412 (diff)
refactoring utils
Diffstat (limited to 'rotord/src/rotord.cpp')
-rwxr-xr-xrotord/src/rotord.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/rotord.cpp b/rotord/src/rotord.cpp
index 51c21ab..cdc38fe 100755
--- a/rotord/src/rotord.cpp
+++ b/rotord/src/rotord.cpp
@@ -291,7 +291,7 @@ int RotorServer::main(const std::vector<std::string>& args){
}
else logger.information("settings.xml not found, using defaults");
- logger.information("rotord running on port "+ofToString(port));
+ logger.information("rotord running on port "+toString(port));
port = (unsigned short) config().getInt("port", port); //override from command line