Skip to content

Commit 9ff1bfc

Browse files
committed
remove capital letters from logging
1 parent 6fc7b61 commit 9ff1bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/sequentially-generate-planet-mbtiles/sequentiallygenerateplanetmbtiles.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func EntryPoint(df []byte) int {
6262
setupContainers(df)
6363

6464
if fl.stage {
65-
lg.rep.Println("Stage flag set. Staging completed. Exiting...")
65+
lg.rep.Println("stage flag set; staging complete; exiting...")
6666
os.Exit(exitOK)
6767
}
6868

0 commit comments

Comments
 (0)