diff pkg/controllers/imports.go @ 1010:8f23ec811afb

Fixed and harmonized wording in importer queue a bit.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 23 Oct 2018 10:14:41 +0200
parents 75e65599ea52
children a244b18cb916
line wrap: on
line diff
--- a/pkg/controllers/imports.go	Tue Oct 23 08:44:41 2018 +0200
+++ b/pkg/controllers/imports.go	Tue Oct 23 10:14:41 2018 +0200
@@ -73,7 +73,7 @@
 		return
 	}
 
-	log.Printf("Added job %d\n", jobID)
+	log.Printf("info: added import #%d to queue\n", jobID)
 
 	result := struct {
 		ID int64 `json:"id"`