mirror of https://github.com/BOINC/boinc.git
parent
858f087e1a
commit
b52c391f41
|
@ -334,7 +334,7 @@ void send_work_locality(
|
||||||
reply.file_deletes.push_back(fi);
|
reply.file_deletes.push_back(fi);
|
||||||
log_messages.printf(
|
log_messages.printf(
|
||||||
SCHED_MSG_LOG::DEBUG,
|
SCHED_MSG_LOG::DEBUG,
|
||||||
"[HOST#%d]: delete file %s\n", reply.host.id, fi
|
"[HOST#%d]: delete file %s\n", reply.host.id, fi.name
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue