*** empty log message ***

svn path=/trunk/boinc/; revision=1184
This commit is contained in:
Eric Heien 2003-05-12 20:46:21 +00:00
parent 0aa29504bb
commit 1c80e79d01
1 changed files with 1 additions and 0 deletions

View File

@ -609,6 +609,7 @@ bool wrong_major_version(SCHEDULER_REQUEST& sreq, SCHEDULER_REPLY& reply) {
MAJOR_VERSION,
sreq.core_client_major_version
);
strcpy(reply.message_priority, "low");
write_log("wrong major version\n");
return true;
}