changeset 989:da19c68e36ba

Typo fix.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sat, 20 Oct 2018 19:27:33 +0200
parents 7dfd3db94e6d
children 3907a7b98067
files pkg/imports/queue.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/imports/queue.go	Sat Oct 20 19:14:00 2018 +0200
+++ b/pkg/imports/queue.go	Sat Oct 20 19:27:33 2018 +0200
@@ -59,7 +59,7 @@
 }
 
 func (logFeedback) Error(fmt string, args ...interface{}) {
-	log.Printf("log: "+fmt, args...)
+	log.Printf("error: "+fmt, args...)
 }
 
 func importLoop() {