Browse Source

* Commented out etDebug log request

git-svn-id: trunk@17555 -
michael 14 years ago
parent
commit
4fc4154293
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/fcl-web/src/base/custfcgi.pp

+ 2 - 2
packages/fcl-web/src/base/custfcgi.pp

@@ -188,8 +188,8 @@ begin
     FCGI_BEGIN_REQUEST :
          begin
          FKeepConnectionAfterRequest := (PFCGI_BeginRequestRecord(AFCGIRecord)^.body.flags and FCGI_KEEP_CONN) = FCGI_KEEP_CONN;
-         With PFCGI_BeginRequestRecord(AFCGIRecord)^.body do
-           log(etDebug,Format('Begin request body role & flags: %d %d',[Beton(Role),Flags]));
+//         With PFCGI_BeginRequestRecord(AFCGIRecord)^.body do
+//           log(etDebug,Format('Begin request body role & flags: %d %d',[Beton(Role),Flags]));
          end;
     FCGI_PARAMS :       begin
                         if AFCGIRecord^.contentLength=0 then