diff --git a/services/sync-gcsr/main.go b/services/sync-gcsr/main.go index eb9df80f6..daec76b34 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") }