Put back LOGP -> printf in the backup helper code
This commit is contained in:
parent
ad2030d99e
commit
aacacf7f75
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue