mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 00:01:10 +08:00
add debug output
This commit is contained in:
parent
6fb7e1150e
commit
0b052f9c7f
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -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.")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue