mirror of https://github.com/BOINC/boinc.git
parent
15c3ff7d31
commit
13930f65c3
|
@ -81,7 +81,7 @@ int parse_job_file() {
|
||||||
while (!xp.get(tag, sizeof(tag), is_tag)) {
|
while (!xp.get(tag, sizeof(tag), is_tag)) {
|
||||||
if (!is_tag) {
|
if (!is_tag) {
|
||||||
fprintf(stderr,
|
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
|
boinc_msg_prefix(buf2, sizeof(buf2)), tag
|
||||||
);
|
);
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue