Put back LOGP -> printf in the backup helper code

This commit is contained in:
Christopher Tate 2009-06-24 11:20:51 -07:00 committed by Alex Ray
parent ad2030d99e
commit aacacf7f75

View file

@ -77,7 +77,7 @@ private:
void* mBuf;
};
#if 0 // TEST_BACKUP_HELPERS
#if 1 // TEST_BACKUP_HELPERS
#define LOGP(f, x...) printf(f "\n", x)
#else
#define LOGP(x...) LOGD(x)