commit | 54118adb3766fdf73a409102b88d7494bb6889a3 | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@google.com> | Wed Jun 24 11:20:51 2009 -0700 |
committer | Christopher Tate <ctate@google.com> | Wed Jun 24 11:20:51 2009 -0700 |
tree | 0cc282e2f39bf2ac885173caef1d31f22c087401 | |
parent | 0e034e5a9a71e5e196baff630dca796a0e3ed3e2 [diff] [blame] |
Put back LOGP -> printf in the backup helper code
diff --git a/libs/utils/BackupHelpers.cpp b/libs/utils/BackupHelpers.cpp index 3346614..b309dbf 100644 --- a/libs/utils/BackupHelpers.cpp +++ b/libs/utils/BackupHelpers.cpp
@@ -77,7 +77,7 @@ 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)