add debug output

This commit is contained in:
wjqserver 2025-04-19 21:23:31 +08:00
parent 6fb7e1150e
commit 0b052f9c7f

View file

@ -364,7 +364,7 @@ func main() {
if showVersion || showHelp { if showVersion || showHelp {
return return
} }
logDebug("Run Mode: %s", runMode) logDebug("Run Mode: %s Netlib: %s", runMode, cfg.Server.NetLib)
if cfg == nil { if cfg == nil {
fmt.Println("Config not loaded, exiting.") fmt.Println("Config not loaded, exiting.")