change message() call to fprintf(stderr, ...)
authorroot <devnull@localhost>
Thu, 22 Feb 1996 02:50:56 +0000 (02:50 +0000)
committerroot <devnull@localhost>
Thu, 22 Feb 1996 02:50:56 +0000 (02:50 +0000)
CVS patchset: 393
CVS date: 1996/02/22 02:50:56

rpm.c

diff --git a/rpm.c b/rpm.c
index 5f43f14..02a58b0 100755 (executable)
--- a/rpm.c
+++ b/rpm.c
@@ -458,7 +458,7 @@ int main(int argc, char ** argv) {
                    fprintf(stderr, "Pass phrase check failed\n");
                    exit(1);
                } else {
-                   message(MESS_VERBOSE, "Pass phrase is good.\n");
+                   fprintf(stderr, "Pass phrase is good.\n");
                    passPhrase = strdup(passPhrase);
                }
            }