Skip to content

Commit

Permalink
Added more error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Apr 17, 2016
1 parent f362d7b commit 4f1b6d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ func main() {
if strings.Contains(err.Error(), "255") {
fmt.Println("\nNeed to run with sudo: 'sudo ./fingerprint'")
fmt.Println("")
} else {
log.Notice("Are you sure this computer has WiFi enabled?")
}
log.Fatal(string(out), err)
}
Expand Down

0 comments on commit 4f1b6d4

Please sign in to comment.