From: msweet Date: Tue, 4 Mar 2014 14:53:59 +0000 (+0000) Subject: Mirror change from trunk. X-Git-Tag: release-2.1.4~16^2~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e27be77474d64663e117b11ba3680c1b8ce37e1;p=thirdparty%2Fcups.git Mirror change from trunk. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.7@11670 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/backend/usb-darwin.c b/backend/usb-darwin.c index e2e44d211a..df1ea18ac2 100644 --- a/backend/usb-darwin.c +++ b/backend/usb-darwin.c @@ -2339,7 +2339,7 @@ log_usb_class_driver(int is_64bit) /* I - Is the USB class driver 64-bit? */ asl_set(aslm, "com.apple.message.signature", make_model ? make_model : "Unknown"); asl_set(aslm, "com.apple.message.signature2", version ? version->value : "?.?"); asl_set(aslm, "com.apple.message.summarize", "YES"); - asl_log(NULL, aslm, ASL_LEVEL_NOTICE, "%s (%s) is a %s printer driver.", make_model ? make_model : "Unknown", version ? version->value : "?.?", is_64bit ? "64-bit" : "32-bit"); + asl_log(NULL, aslm, ASL_LEVEL_NOTICE, ""); asl_free(aslm); } }