Skip to content

Commit a6b166e

Browse files
authored
Merge pull request #71 from cybertec-postgresql/fixVersionLog
removed \n from logline
2 parents d5d2eb1 + 8aca823 commit a6b166e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func main() {
7070
log.SetFormatter(&log.JSONFormatter{})
7171
}
7272
log.SetOutput(os.Stdout)
73-
log.Printf("CYBERTEC-pg-operator %s\n", version)
73+
log.Printf("CYBERTEC-pg-operator %s", version)
7474

7575
sigs := make(chan os.Signal, 1)
7676
stop := make(chan struct{})

0 commit comments

Comments
 (0)