Debug logs should not be disabled in DEV client...

ryzomclassic-develop
kaetemi 5 years ago
parent 319ad4b0bf
commit 623ffc6be7

@ -158,8 +158,8 @@ int main(int argc, char **argv)
// init the Nel context // init the Nel context
CApplicationContext *appContext = new CApplicationContext; CApplicationContext *appContext = new CApplicationContext;
// disable nldebug messages in logs in Release // disable nldebug messages in logs in FV
#ifdef NL_RELEASE #if FINAL_VERSION && defined(NL_RELEASE)
DisableNLDebug = true; DisableNLDebug = true;
#endif #endif

Loading…
Cancel
Save