Blame SOURCES/foomatic-filters-debug-string.patch

2508af
diff -up foomatic-filters-4.0.8/foomaticrip.c.debug-string foomatic-filters-4.0.8/foomaticrip.c
2508af
--- foomatic-filters-4.0.8/foomaticrip.c.debug-string	2011-10-24 13:01:42.000000000 +0200
2508af
+++ foomatic-filters-4.0.8/foomaticrip.c	2011-10-24 13:05:55.737030758 +0200
2508af
@@ -1651,7 +1651,7 @@ int main(int argc, char** argv)
2508af
         if (dontparse == 2) {
2508af
             /* Raw queue, simply pass the input into the postpipe (or to STDOUT
2508af
                when there is no postpipe) */
2508af
-            _log("Raw printing, executing \"cat %s\"\n\n");
2508af
+            _log("Raw printing, executing \"cat %s\"\n\n", postpipe->data);
2508af
             snprintf(tmp, 1024, "cat %s", postpipe->data);
2508af
             run_system_process("raw-printer", tmp);
2508af
             continue;