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

List:       helix-server-cvs
Subject:    [Server-cvs] engine/context errhand.cpp,1.11,1.11.48.1
From:       zhxinx () helixcommunity ! org
Date:       2013-09-25 7:46:44
[Download RAW message or body]

Update of /cvsroot/server/engine/context
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv2579/engine/context

Modified Files:
      Tag: Cobra_MVP
	errhand.cpp 
Log Message:
Project
=====
Cobra(Server)
 
Overview
========
According to previous discussion with PO, cobra is supposed to have two daily build. \
One is debug version with full log/symbol table etc. The other is release version \
without important log. The release version will be provided to customers for \
evaluation while cobra code logic won't be leaked. 1.       Disable cobra server \
logic related log from compilation level 2.       Add a new macro "OEM_DISABLE_LOG" \
and correspond it to release version. It will be easy to enable log for release \
version later with the macro  
Branch: Cobra_MVP
 
Files Modified
===========
build/umakepf/cobra-server.pf
server/engine/context/errhand.cpp
server/engine/core/pub/_main.h
server_rn/dbgtool/serverdebug.cpp
server_rn/nucleus/db/dbtables.cpp
server_rn/nucleus/fs/transfs/transfspln.cpp
 
Verified platform
===========
Mstar platform. UT passed



Index: errhand.cpp
===================================================================
RCS file: /cvsroot/server/engine/context/errhand.cpp,v
retrieving revision 1.11
retrieving revision 1.11.48.1
diff -u -d -r1.11 -r1.11.48.1
--- errhand.cpp	10 Dec 2010 20:24:57 -0000	1.11
+++ errhand.cpp	25 Sep 2013 07:46:26 -0000	1.11.48.1
@@ -222,9 +222,11 @@
 	 * Just output the error to the screen if we don't have any error
 	 * sinks available.
 	 */
+#ifndef OEM_DISABLE_LOG
 	printf ("%c: %s\n", (unSeverity < sizeof(zpSeverityTable)) ?
 	    zpSeverityTable[unSeverity] : '-', pUserString);
 
+#endif
 	fflush(stdout);
 
         /*


_______________________________________________
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