diff --git a/plugins/outputs/zabbix/autoregister.go b/plugins/outputs/zabbix/autoregister.go index 30812c317e061..159a01a6fa37a 100644 --- a/plugins/outputs/zabbix/autoregister.go +++ b/plugins/outputs/zabbix/autoregister.go @@ -29,7 +29,7 @@ func (z *Zabbix) autoregisterPush() { z.Log.Debugf("Autoregistering host %q", hostname) if err := z.sender.RegisterHost(hostname, z.Autoregister); err != nil { - z.Log.Errorf("Autoregistering host '%s': %v", hostname, err) + z.Log.Errorf("Autoregistering host %q: %v", hostname, err) } z.autoregisterLastSend[hostname] = time.Now()