switching a trace macro around

This commit is contained in:
valeski%netscape.com 1998-07-21 20:40:03 +00:00
parent a9f2ea0982
commit 52ae029764
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