Skip to content

Commit 6492190

Browse files
committed
improved log formatting
1 parent d228226 commit 6492190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/factorio_server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func initFactorio() *FactorioServer {
8989
OnlyAdminsCanPauseThegame: true,
9090
Admins: []string{},
9191
}
92-
log.Printf("Loaded Default Factorio settings settings: %s", &f.Settings)
92+
log.Printf("Loaded Default Factorio settings settings: %+v", &f.Settings)
9393
}
9494

9595
return &f

0 commit comments

Comments
 (0)