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

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


Author: mpitt
Date: Tue Apr  1 23:11:49 2008
New Revision: 738

Log:
* 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
  error, and causing the test suite to fail due to error log count mismatch.

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:11:49 2008
@@ -7,8 +7,11 @@
     - cgiCompileSearch_buffer_overflow.dpatch
     - 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
+    error, and causing the test suite to fail due to error log count mismatch.
 
- -- Martin Pitt <mpitt at debian.org>  Wed, 02 Apr 2008 00:42:25 +0200
+ -- Martin Pitt <mpitt at debian.org>  Wed, 02 Apr 2008 01:04:59 +0200
 
 cupsys (1.3.6-3) unstable; urgency=high
 

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:11:49 2008
@@ -31,7 +31,7 @@
 +    MimeDatabase = mimeLoad(temp2, temp);
 +    if (!MimeDatabase)
 +    {
-+      cupsdLogMessage(CUPSD_LOG_ERROR,
++      cupsdLogMessage(CUPSD_LOG_WARN,
 +                      "Unable to load MIME database from \'%s\'!", temp2);
 +    }
 +



More information about the Pkg-cups-devel mailing list