Fix compile for gcc 4.4.

--HG--
branch : trunk
This commit is contained in:
panaut0lordv
2009-05-06 19:30:34 +02:00
parent 8cd49be2ff
commit b3de9cdff7
6 changed files with 45 additions and 23 deletions

View File

@@ -1281,7 +1281,7 @@ void SocketHandler::CheckList(socket_v& ref,const std::string& listname)
}
if (!found)
{
fprintf(stderr, "CheckList failed for \"%s\": fd %d\n", listname.c_str(), s);
DEB( fprintf(stderr, "CheckList failed for \"%s\": fd %d\n", listname.c_str(), s);)
}
}
}