[omapd] r172 committed - Debug output tweak.

0 views
Skip to first unread message

om...@googlecode.com

unread,
Jan 3, 2013, 7:51:01 PM1/3/13
to omapd...@googlegroups.com
Revision: 172
Author: sma...@gmail.com
Date: Thu Jan 3 16:50:42 2013
Log: Debug output tweak.
http://code.google.com/p/omapd/source/detail?r=172

Modified:
/trunk/main.cpp

=======================================
--- /trunk/main.cpp Thu Jan 3 16:44:35 2013
+++ /trunk/main.cpp Thu Jan 3 16:50:42 2013
@@ -210,7 +210,7 @@
qDebug() << __PRETTY_FUNCTION__ << ":" << "Could not start server";
exit(2);
}
- qDebug() << "Started server:" << server;
+ qDebug() << "Started MAP server";

if (omapdConfig->valueFor("management_configuration").toBool()) {
ManagementServer *mgmtServer = new ManagementServer(mapGraph);
@@ -218,7 +218,7 @@
qDebug() << __PRETTY_FUNCTION__ << ":" << "Could not start
management server";
exit(3);
}
- qDebug() << "Started management server:" << mgmtServer;
+ qDebug() << "Started management server";
}

return a.exec();
Reply all
Reply to author
Forward
0 new messages