From 1ff03ea63d79549db86422837f47916a42f23eb9 Mon Sep 17 00:00:00 2001 From: Comment Date: Sun, 8 Sep 2013 13:11:02 +0100 Subject: refactoring utils --- 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 51c21ab..cdc38fe 100755 --- a/rotord/src/rotord.cpp +++ b/rotord/src/rotord.cpp @@ -291,7 +291,7 @@ int RotorServer::main(const std::vector& 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 -- cgit v1.2.3