diff options
Diffstat (limited to 'rotord/src/rotord.cpp')
| -rwxr-xr-x | 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 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 |
