Put back LOGP -> printf in the backup helper code
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user