more logging

svn path=/trunk/boinc/; revision=1408
This commit is contained in:
Karl Chen 2003-06-11 23:36:51 +00:00
parent e2f1cf0712
commit a0c37387ab
1 changed files with 1 additions and 1 deletions

View File

@ -666,7 +666,7 @@ void send_code_sign_key(
}
bool wrong_major_version(SCHEDULER_REQUEST& sreq, SCHEDULER_REPLY& reply) {
char buf[256];
// char buf[256];
if (sreq.core_client_major_version != MAJOR_VERSION) {
reply.nucleus_only = true;
sprintf(reply.message,