Fixed another typo in cups-icc.patch.

Also changed loglevel from WARN to DEBUG when DeleteDevice fails.
This can happen normally on start-up.
This commit is contained in:
Tim Waugh 2011-03-10 13:40:08 +00:00
parent 58f36123d7
commit 72d2aba52a
2 changed files with 6 additions and 3 deletions

View File

@ -402,8 +402,8 @@ index 0000000..2fdf401
+ &error);
+ if (reply == NULL)
+ {
+ cupsdLogMessage(CUPSD_LOG_WARN,
+ "failed to CreateDevice: %s:%s",
+ cupsdLogMessage(CUPSD_LOG_DEBUG,
+ "failed to DeleteDevice: %s:%s",
+ error.name, error.message);
+ dbus_error_free(&error);
+ goto out;

View File

@ -13,7 +13,7 @@
Summary: Common Unix Printing System
Name: cups
Version: 1.4.6
Release: 13%{?dist}
Release: 14%{?dist}
License: GPLv2
Group: System Environment/Daemons
Source: http://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
@ -610,6 +610,9 @@ rm -rf $RPM_BUILD_ROOT
%{php_extdir}/phpcups.so
%changelog
* Thu Mar 10 2011 Tim Waugh <twaugh@redhat.com> 1:1.4.6-14
- Fixed some typos in colord patch.
* Mon Mar 07 2011 Richard Hughes <rhughes@redhat.com> 1:1.4.6-13
- Updated colord patch.