Backed out changeset: 7c8912b7d5c6

--HG--
branch : trunk
This commit is contained in:
megamage
2009-05-06 16:27:07 -05:00
parent b3de9cdff7
commit ec8367d253
6 changed files with 23 additions and 45 deletions

View File

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