Wrap FORCE_PR_LOG with MOZ_LOGGING ifdef so that --disable-logging works.

Bug #243870 r=biesi


git-svn-id: svn://10.0.0.236/trunk@194324 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2006-04-13 17:03:18 +00:00
parent c411b948c4
commit d90609ce1c

View File

@@ -46,7 +46,10 @@
* 04/20/2000 IBM Corp. Added PR_CALLBACK for Optlink use in OS2
*/
/* Allow logging in the release build */
#ifdef MOZ_LOGGING
#define FORCE_PR_LOG
#endif
#include "nsNativeComponentLoader.h"