mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +00:00
Better debug output
This commit is contained in:
@ -33,6 +33,6 @@ Commands:
|
||||
case "probe_upnp":
|
||||
probe_upnp()
|
||||
default:
|
||||
fmt.Println("Unknown command %v", args[0])
|
||||
fmt.Printf("Unknown command %v\n", args[0])
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user