about summary refs log tree commit diff
path: root/services/sync-gcsr/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'services/sync-gcsr/main.go')
-rw-r--r--services/sync-gcsr/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/sync-gcsr/main.go b/services/sync-gcsr/main.go
index eb9df80f6d..daec76b346 100644
--- a/services/sync-gcsr/main.go
+++ b/services/sync-gcsr/main.go
@@ -68,7 +68,7 @@ func main() {
 	}
 
 	if err != nil {
-		log.Fatalln("Failed to %s repository:", action, err)
+		log.Fatalf("Failed to %s repository: %s", action, err)
 	} else {
 		log.Println("Initiating update loop")
 	}