Two small issues found by 'go vet'

This commit is contained in:
Damian Gryski
2014-02-10 12:49:12 +01:00
parent 453caf033d
commit 4e9c822ce8
2 changed files with 2 additions and 2 deletions

View File

@@ -164,7 +164,7 @@ func run(path string) {
if len(*identity) != 0 {
key, err = ioutil.ReadFile(*identity)
if err != nil {
fmt.Printf("[Error] Could not find or read identity file %s\n", identity)
fmt.Printf("[Error] Could not find or read identity file %s\n", *identity)
os.Exit(1)
return
}