add pass phrase sucess message
authorroot <devnull@localhost>
Thu, 22 Feb 1996 02:29:38 +0000 (02:29 +0000)
committerroot <devnull@localhost>
Thu, 22 Feb 1996 02:29:38 +0000 (02:29 +0000)
CVS patchset: 391
CVS date: 1996/02/22 02:29:38

rpm.c

diff --git a/rpm.c b/rpm.c
index 9e588f7..5f43f14 100755 (executable)
--- a/rpm.c
+++ b/rpm.c
@@ -458,6 +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");
                    passPhrase = strdup(passPhrase);
                }
            }