]> Cypherpunks.ru repositories - gocheese.git/blobdiff - integrity.go
Use stderr for -fsck errors
[gocheese.git] / integrity.go
index 882934891ae5501922286bd832bc4877a5b2f624..dc9c51e1822be43948e08b0b4627e8d5684d67de 100644 (file)
@@ -64,7 +64,7 @@ func goodIntegrity() bool {
                                fmt.Println(pkgName, "GOOD")
                        } else {
                                isGood = false
-                               fmt.Println(pkgName, "BAD")
+                               fmt.Fprintln(os.Stderr, pkgName, "BAD")
                        }
                        hasher.Reset()
                }