A lot of changes - really.
[egate.git] / www / wcgi.c
index 3fb3cec..4ab8aa0 100644 (file)
  * USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  * $Log: wcgi.c,v $
- * Revision 1.1  1995/10/20 11:49:25  adam
+ * Revision 1.2  1995/10/23 16:55:36  adam
+ * A lot of changes - really.
+ *
+ * Revision 1.1  1995/10/20  11:49:25  adam
  * First version of www gateway.
  *
  */
@@ -87,6 +90,7 @@ static int spawn(char *sprog)
        case 0: 
             close (0);
             close (1);
+            gw_log (GW_LOG_DEBUG, prog, "execl %s", path);
             execl (path, sprog, 0); 
             gw_log (GW_LOG_FATAL|GW_LOG_ERRNO, prog, "execl %s", path);
            exit(0);