X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=integrity.go;h=dc9c51e1822be43948e08b0b4627e8d5684d67de;hb=1e4532a9b2f2e3c512be1a63538f79d5ad6749c8;hp=a96d80edb1849058c3f8a6c51f8855c2d007c7e1;hpb=11d218004e3a2668985a6d9b2628cb4b3fdc0051;p=gocheese.git diff --git a/integrity.go b/integrity.go index a96d80e..dc9c51e 100644 --- a/integrity.go +++ b/integrity.go @@ -1,6 +1,6 @@ /* GoCheese -- Python private package repository and caching proxy -Copyright (C) 2019 Sergey Matveev +Copyright (C) 2019-2020 Sergey Matveev This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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() }