Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/pkg_install/lib don't print a useless error message.



details:   https://anonhg.NetBSD.org/src/rev/19e9cde21589
branches:  trunk
changeset: 473764:19e9cde21589
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Jun 18 09:50:35 1999 +0000

description:
don't print a useless error message.

diffstat:

 usr.sbin/pkg_install/lib/plist.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 2fb3ec91a282 -r 19e9cde21589 usr.sbin/pkg_install/lib/plist.c
--- a/usr.sbin/pkg_install/lib/plist.c  Fri Jun 18 08:54:28 1999 +0000
+++ b/usr.sbin/pkg_install/lib/plist.c  Fri Jun 18 09:50:35 1999 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: plist.c,v 1.20 1999/05/30 16:08:26 tron Exp $  */
+/*     $NetBSD: plist.c,v 1.21 1999/06/18 09:50:35 mrg Exp $   */
 
 #include <sys/cdefs.h>
 #ifndef lint
 #if 0
 static const char *rcsid = "from FreeBSD Id: plist.c,v 1.24 1997/10/08 07:48:15 charnier Exp";
 #else
-__RCSID("$NetBSD: plist.c,v 1.20 1999/05/30 16:08:26 tron Exp $");
+__RCSID("$NetBSD: plist.c,v 1.21 1999/06/18 09:50:35 mrg Exp $");
 #endif
 #endif
 
@@ -392,8 +392,6 @@
                        if (pkgdb_remove(tmp)) {
                            if (errno) {
                                perror ("pkgdb_remove");
-                           } else {
-                               printf("Key not present in pkgdb.\n");
                            }
                        } else {
 #ifdef PKGDB_DEBUG



Home | Main Index | Thread Index | Old Index