Index: trunk/server/common/patches/httpd-suexec-scripts.patch
===================================================================
--- trunk/server/common/patches/httpd-suexec-scripts.patch	(revision 1259)
+++ trunk/server/common/patches/httpd-suexec-scripts.patch	(revision 1354)
@@ -299,5 +299,5 @@
 +        argv[2] = "-f";
 +        execv(PHP_PATH, &argv[1]);
-+        log_err("(%d)%s: php exec failed (%s)\n", errno, strerror(errno), argv[2]);
++        log_err("(%d)%s: php exec failed (%s)\n", errno, strerror(errno), argv[1]);
 +        exit(255);
 +    }
