Skip to content

Commit

Permalink
RealClientMode replaced for ClientID
Browse files Browse the repository at this point in the history
  • Loading branch information
stratic-dev committed Oct 9, 2024
1 parent 738a46a commit 701d881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func main() {
logger := zapLogger.Named("main")

logger.Info(fmt.Sprintf("Starting Erupe (9.3b-%s)", Commit()))
logger.Info(fmt.Sprintf("Client Mode: %s (%d)", config.ClientMode, config.RealClientMode))
logger.Info(fmt.Sprintf("Client Mode: %s (%d)", config.ClientMode, config.ClientID))

if config.Database.Password == "" {
preventClose("Database password is blank")
Expand Down

0 comments on commit 701d881

Please sign in to comment.