Better debug output

This commit is contained in:
Jae Kwon
2014-12-28 16:26:53 -08:00
parent c6c465402e
commit b0755c938a
6 changed files with 31 additions and 13 deletions

View File

@ -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])
}
}