Fix typo in log message

This commit is contained in:
tristanolive 2019-03-14 10:34:56 -04:00 committed by GitHub
parent 1f303feac8
commit 47c58b8312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -787,7 +787,7 @@ function boincwork_host_merge($old_host, $new_host, &$message = NULL) {
if ($new_host->userid==0) {
rules_invoke_event('boincwork_zombie_merge_error', $old_host->id, $new_host->id);
watchdog('boincwork',
'Zombier merge attempted, target host has userid=0: old host id=%old_host, target host id=%new_host',
'Zombie merge attempted, target host has userid=0: old host id=%old_host, target host id=%new_host',
array(
'%old_host' => $old_host->id,
'%new_host' => $new_host->id,