From 47c58b8312cceacfc82820ba69fb1cb804a10241 Mon Sep 17 00:00:00 2001 From: tristanolive Date: Thu, 14 Mar 2019 10:34:56 -0400 Subject: [PATCH] Fix typo in log message --- .../boinc/modules/boincwork/includes/boincwork.forms.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.forms.inc b/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.forms.inc index a50a6d1591..eb33ecb404 100644 --- a/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.forms.inc +++ b/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.forms.inc @@ -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,