summaryrefslogtreecommitdiff
path: root/extra/sane/kodakaio.c.patch
blob: 95cb1ee9af2bdd9a495a18f6e19f9da63dbc706b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- backend/kodakaio.c.bad	2013-01-31 20:42:10.627296894 +0100
+++ backend/kodakaio.c	2013-01-31 20:42:46.040397213 +0100
@@ -2197,7 +2197,7 @@
 
 	reply = cupsGetDevices(CUPS_HTTP_DEFAULT, CUPS_TIMEOUT_DEFAULT, 
 		"dnssd", CUPS_EXCLUDE_NONE, ProcessDevice, Dummy);
-	if(reply != IPP_OK) printf("Failed cupsGetDevices\n");
+	if(reply != IPP_OK) DBG(1, "Failed cupsGetDevices\n");
 
 	return 0;
 }