[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-server-cvs
Subject:    [Server-cvs] log/tmplgpln legacy_access_log.cpp,1.9,1.10
From:       svaidhya () helixcommunity ! org
Date:       2008-10-23 1:22:54
Message-ID: 200810230129.m9N1TRmR021354 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/server/log/tmplgpln
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv19916

Modified Files:
	legacy_access_log.cpp 
Log Message:

Synopsis
========
- Implement RTSP Logging for SSPL Feature

Branches:  SERVER_CURRENT, SERVER_12_1
Reviewer(s): JJ

Description
===========
1. Added a new Logging Style for SSPL
2. Re-used the FCS Stat. variables for the new style

Files Affected
==============

Changed Files
~~~~~~~~~~~~~
/server/log/tmplgpln/legacy_access_log.h
/server/log/tmplgpln/legacy_access_log.cpp
/server/log/tmplgpln/base_log.cpp
/server/engine/session/clientsession.cpp

Testing Performed
=================
Unit Tests:
None.

Integration Tests:
- Tested the values of "GUID", "Clip Count" and "Final Clip"
  variables for the following Playlist File,   OOB Requests,
  Non-Playlist File

Leak Tests:
None.

Performance Tests:
None.

Platforms Tested: : linux-rhel4-i686
Build verified: linux-rhel4-i686 



Index: legacy_access_log.cpp
===================================================================
RCS file: /cvsroot/server/log/tmplgpln/legacy_access_log.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- legacy_access_log.cpp	13 Aug 2007 21:34:28 -0000	1.9
+++ legacy_access_log.cpp	23 Oct 2008 01:22:52 -0000	1.10
@@ -451,6 +451,10 @@
         szFormat = nProxyEnabled ? FORMAT_STYLE7_PROXY : FORMAT_STYLE7_SERVER;
         break;
 
+    case 8:
+        szFormat = nProxyEnabled ? FORMAT_STYLE8_PROXY : FORMAT_STYLE8_SERVER;
+        break;
+
     default:
         HX_ASSERT(!"Bad style! Should've been caught earlier!");
 


_______________________________________________
Server-cvs mailing list
Server-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/server-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic