switching a trace macro around

git-svn-id: svn://10.0.0.236/trunk@6102 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
valeski%netscape.com
1998-07-21 20:40:03 +00:00
parent e256481bce
commit 4bf506b49c
2 changed files with 1 additions and 2 deletions

View File

@@ -34,8 +34,6 @@ PUBLIC void NET_ToggleTrace(void) {
#if defined(DEBUG) || defined(NETLIB_TRACE_ON)
PRLogModuleInfo* NETLIB=NULL;
#define out PR_LOG_ALWAYS
/* Used by NET_NTrace() */
PRIVATE void net_Trace(char *msg) {

View File

@@ -28,6 +28,7 @@ extern void NET_ToggleTrace(void);
#if defined(DEBUG) || defined(NETLIB_TRACE_ON)
extern PRLogModuleInfo* NETLIB;
#define out PR_LOG_ALWAYS
#ifdef TRACEMSG
#undef TRACEMSG