fix spelling and makefile gometalinter.v2

This commit is contained in:
Petabyte Storage
2017-12-11 20:48:15 -08:00
parent 2c14488b93
commit 8be708fe5b
3 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ var ProbeUpnpCmd = &cobra.Command{
func probeUpnp(cmd *cobra.Command, args []string) error {
capabilities, err := upnp.Probe(logger)
if err != nil {
fmt.Println("Probe failed: %v", err)
fmt.Println("Probe failed: ", err)
} else {
fmt.Println("Probe success!")
jsonBytes, err := json.Marshal(capabilities)