[Pkg-cups-devel] r740 - in cupsys/trunk: . debian debian/patches

Martin Pitt mpitt at alioth.debian.org
Tue Apr 1 23:59:49 UTC 2008


Author: mpitt
Date: Tue Apr  1 23:59:48 2008
New Revision: 740

Log:
fix search_mime_files_in_usr_share.dpatch harder

Modified:
   cupsys/trunk/   (props changed)
   cupsys/trunk/debian/changelog
   cupsys/trunk/debian/patches/search_mime_files_in_usr_share.dpatch

Modified: cupsys/trunk/debian/changelog
==============================================================================
--- cupsys/trunk/debian/changelog	(original)
+++ cupsys/trunk/debian/changelog	Tue Apr  1 23:59:48 2008
@@ -8,7 +8,7 @@
     - testsuite-exit-code.dpatch
     - pbmprint.dpatch
   * search_mime_files_in_usr_share.dpatch: Drop log message about missing
-    /usr/share/cups/mime/ from error to warning, since it is not really an
+    /usr/share/cups/mime/ from error to info, since it is not really an
     error, and causing the test suite to fail due to error log count mismatch.
   * pdftops-cups-1.4.dpatch: Apply r7391 from SVN head to fix missing error
     message newlines (STR #2743).

Modified: cupsys/trunk/debian/patches/search_mime_files_in_usr_share.dpatch
==============================================================================
--- cupsys/trunk/debian/patches/search_mime_files_in_usr_share.dpatch	(original)
+++ cupsys/trunk/debian/patches/search_mime_files_in_usr_share.dpatch	Tue Apr  1 23:59:48 2008
@@ -31,7 +31,7 @@
 +    MimeDatabase = mimeLoad(temp2, temp);
 +    if (!MimeDatabase)
 +    {
-+      cupsdLogMessage(CUPSD_LOG_WARN,
++      cupsdLogMessage(CUPSD_LOG_INFO,
 +                      "Unable to load MIME database from \'%s\'!", temp2);
 +    }
 +



More information about the Pkg-cups-devel mailing list