correct printf fmt

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@874 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 19 years ago
parent 3ff927db42
commit d476f9d0a5

@ -159,7 +159,7 @@ XMLRPCServerEntry* XMLRPC2DI::getServer(const string& app_name) {
}
server_mut.unlock();
DBG("found %d active connections for application %s\n",
DBG("found %zd active connections for application %s\n",
scs.size(), app_name.c_str());
if (scs.empty()) {
// no connections found

Loading…
Cancel
Save