--- parser3/src/classes/file.C 2001/07/18 16:39:25 1.43 +++ parser3/src/classes/file.C 2001/07/20 09:40:46 1.44 @@ -5,9 +5,9 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: file.C,v 1.43 2001/07/18 16:39:25 parser Exp $ + $Id: file.C,v 1.44 2001/07/20 09:40:46 parser Exp $ */ -static const char *RCSId="$Id: file.C,v 1.43 2001/07/18 16:39:25 parser Exp $"; +static const char *RCSId="$Id: file.C,v 1.44 2001/07/20 09:40:46 parser Exp $"; #include "classes.h" #include "pa_request.h" @@ -256,7 +256,7 @@ static void _exec_cgi(Request& r, const *new(pool) String(pool, "stderr"), new(pool) VString(err)); - SAPI::log(pool, cgi?"file:cgi: %s":"file:exec: %s", err.cstr()); + SAPI::log(pool, "file:%s: %s", cgi?"cgi":"exec", err.cstr()); } } static void _exec(Request& r, const String& method_name, MethodParams *params) {