summaryrefslogtreecommitdiffstats
path: root/tests/arthur/baselineserver/src/main.cpp
diff options
context:
space:
mode:
authoraavit <qt-info@nokia.com>2010-11-05 14:33:41 (GMT)
committeraavit <qt-info@nokia.com>2010-11-05 14:33:41 (GMT)
commit111270e240320831038a47f7f0848a4f429d25d7 (patch)
treecde116e26d097072c7743949ffc2fd50bfb73bad /tests/arthur/baselineserver/src/main.cpp
parenta84181407f51cc855a6ddb2033a7aa6738354602 (diff)
downloadQt-111270e240320831038a47f7f0848a4f429d25d7.zip
Qt-111270e240320831038a47f7f0848a4f429d25d7.tar.gz
Qt-111270e240320831038a47f7f0848a4f429d25d7.tar.bz2
Add even more platform info, and make it expandable.
Diffstat (limited to 'tests/arthur/baselineserver/src/main.cpp')
-rw-r--r--tests/arthur/baselineserver/src/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/arthur/baselineserver/src/main.cpp b/tests/arthur/baselineserver/src/main.cpp
index dcddfdf..a5ec4db 100644
--- a/tests/arthur/baselineserver/src/main.cpp
+++ b/tests/arthur/baselineserver/src/main.cpp
@@ -64,6 +64,7 @@ int main(int argc, char *argv[])
return 1;
}
- qDebug() << "Listening for connections";
+ qDebug() << "\n*****" << argv[0] << "started, ready to serve on port" << BaselineProtocol::ServerPort
+ << "with baseline protocol version" << BaselineProtocol::ProtocolVersion << "*****\n";
return a.exec();
}