diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2007-05-09 03:48:52 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2007-05-09 03:48:52 +0000 |
commit | 77771b0a4304d9b13d0ed961fa677f2f98568e18 (patch) | |
tree | 21f5cef43640e6db3925ada6940893fecffd493f /apps | |
parent | e486ed0453cf94ec7f4f49fded0f4a66e2df8759 (diff) |
How'd I miss that I'd left LOGFQUEUES enabled in my pre-commit diff? :/
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13365 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/playback.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/playback.c b/apps/playback.c index 45dac2b48b..e317c853fe 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -101,11 +101,11 @@ /* macros to enable logf for queues logging on SYS_TIMEOUT can be disabled */ -#if 1//def SIMULATOR +#ifdef SIMULATOR /* Define this for logf output of all queuing except SYS_TIMEOUT */ #define PLAYBACK_LOGQUEUES /* Define this to logf SYS_TIMEOUT messages */ -//#define PLAYBACK_LOGQUEUES_SYS_TIMEOUT +#define PLAYBACK_LOGQUEUES_SYS_TIMEOUT #endif #ifdef PLAYBACK_LOGQUEUES |