diff options
Diffstat (limited to 'src/worldserver/RemoteAccess/RARunnable.cpp')
-rw-r--r-- | src/worldserver/RemoteAccess/RARunnable.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/worldserver/RemoteAccess/RARunnable.cpp b/src/worldserver/RemoteAccess/RARunnable.cpp index da2467c998..4099574a5b 100644 --- a/src/worldserver/RemoteAccess/RARunnable.cpp +++ b/src/worldserver/RemoteAccess/RARunnable.cpp @@ -69,5 +69,7 @@ void RARunnable::run() break; } - ;//sLog->outStaticDebug("Trinity RA thread exiting"); +#if defined(ENABLE_EXTRAS) && defined(ENABLE_EXTRA_LOGS) + sLog->outStaticDebug("Trinity RA thread exiting"); +#endif } |