Change logging to default on for 2560

This commit is contained in:
Doug Weibel 2011-12-13 20:53:44 -07:00
parent ca89857854
commit 5d197ae337

View File

@ -675,7 +675,7 @@
# endif
#elif !defined(LOGGING_ENABLED)
// Logging is enabled by default for all other builds.
# define LOGGING_ENABLED DISABLED
# define LOGGING_ENABLED ENABLED
#endif