r4474 - trunk/src/target/opkg/libopkg

thomas at docs.openmoko.org thomas at docs.openmoko.org
Wed Jun 4 17:11:44 CEST 2008


Author: thomas
Date: 2008-06-04 17:11:44 +0200 (Wed, 04 Jun 2008)
New Revision: 4474

Modified:
   trunk/src/target/opkg/libopkg/pkg_hash.c
Log:
opkg: Convert "multiple packages" message to NOTICE rather than ERROR


Modified: trunk/src/target/opkg/libopkg/pkg_hash.c
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_hash.c	2008-06-04 14:49:44 UTC (rev 4473)
+++ trunk/src/target/opkg/libopkg/pkg_hash.c	2008-06-04 15:11:44 UTC (rev 4474)
@@ -297,7 +297,7 @@
 	       latest_installed_parent = matching;
 	  if (matching->state_flag & (SF_HOLD|SF_PREFER)) {
 	       if (held_pkg)
-		    opkg_message(conf, OPKG_ERROR, "Multiple packages (%s and %s) providing same name marked HOLD or PREFER.  Using latest.\n",
+		    opkg_message(conf, OPKG_NOTICE, "Multiple packages (%s and %s) providing same name marked HOLD or PREFER.  Using latest.\n",
 				 held_pkg->name, matching->name);
 	       held_pkg = matching;
 	  }





More information about the commitlog mailing list