summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/mozilla-plugins/fribid/ipc-lazytrace.patch
blob: b7d05ddd0ef5646e37f1322f122a56272394c432 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- a/plugin/ipc.c	2012-11-14 18:02:43.000000000 +0100
+++ b/plugin/ipc.c	2013-09-21 08:55:39.960265058 +0200
@@ -74,6 +74,7 @@
         //close(pipeOut[PIPE_READ_END]);

         execvp(mainBinary, (char *const *)argv);
+        fprintf(stderr, "Wanted signing executable\t<%s>\n", mainBinary);
         perror(BINNAME ": Failed to execute main binary");
         exit(1);
     } else {