1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Michael Sevakis 2007-05-09 03:48:52 +00:00
parent e486ed0453
commit 77771b0a43

View file

@ -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