Quick Updates

svn path=/trunk/boinc/; revision=23926
This commit is contained in:
Rom Walton 2011-08-03 21:02:58 +00:00
parent 15c3ff7d31
commit 13930f65c3
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ int parse_job_file() {
while (!xp.get(tag, sizeof(tag), is_tag)) {
if (!is_tag) {
fprintf(stderr,
"%s SCHED_CONFIG::parse(): unexpected text %s\n",
"%s parse_job_file::parse(): unexpected text %s\n",
boinc_msg_prefix(buf2, sizeof(buf2)), tag
);
continue;