11 lines
388 B
Diff
11 lines
388 B
Diff
|
--- 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 {
|