X-Git-Url: http://www.git.cypherpunks.ru/?p=gocheese.git;a=blobdiff_plain;f=integrity.go;h=dc9c51e1822be43948e08b0b4627e8d5684d67de;hp=882934891ae5501922286bd832bc4877a5b2f624;hb=d3f2ebfa80e9b514ed94a0f4fc76c6bef7e71006;hpb=dbd87e2e355a295d22ba31410ebf19951e1a62fc diff --git a/integrity.go b/integrity.go index 8829348..dc9c51e 100644 --- a/integrity.go +++ b/integrity.go @@ -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() }