Put back LOGP -> printf in the backup helper code

This commit is contained in:
Christopher Tate
2009-06-24 11:20:51 -07:00
parent 0e034e5a9a
commit 54118adb37

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)