X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=www%2Fwcgi.c;h=4ab8aa056d31bf276ee38f8bc716c061fa766526;hb=5414eafed41a60ef3625cfc6770184b36016186e;hp=3fb3cec5f26bffc628b45c21572cefa9b3548f86;hpb=f37ddd57014f51c88ef36050ed08b4c6e226e094;p=egate.git diff --git a/www/wcgi.c b/www/wcgi.c index 3fb3cec..4ab8aa0 100644 --- a/www/wcgi.c +++ b/www/wcgi.c @@ -41,7 +41,10 @@ * 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);