]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Mirror change from trunk.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 4 Mar 2014 14:53:59 +0000 (14:53 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 4 Mar 2014 14:53:59 +0000 (14:53 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.7@11670 a1ca3aef-8c08-0410-bb20-df032aa958be

backend/usb-darwin.c

index e2e44d211aec7d4bab364602513ff374d842cb4b..df1ea18ac27c702e93149bf4c7081f886165cf89 100644 (file)
@@ -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);
   }
 }