From 0a0dda36e07b084e91f3398d430b836b829db877 Mon Sep 17 00:00:00 2001 From: Patrick Pacher Date: Tue, 21 Apr 2020 15:43:48 +0200 Subject: [PATCH] Change log message format --- updates/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/updates/config.go b/updates/config.go index 5cf70c53..59955549 100644 --- a/updates/config.go +++ b/updates/config.go @@ -89,10 +89,10 @@ func updateRegistryConfig(_ context.Context, _ interface{}) error { if forceUpdate { module.Resolve(updateFailed) _ = TriggerUpdate() - log.Infof("Automatic updates enabled again.") + log.Infof("updates: automatic updates enabled again.") } else { module.Warning(updateFailed, "Updates are disabled!") - log.Warningf("Automatic updates are now disabled.") + log.Warningf("updates: automatic updates are now disabled.") } }