commit | 6441a76b2ed24eddcadc6a0763dd674c3aa38c46 | [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 | 0a526dbea015068e7226666fb5050514b9a489e8 | |
parent | 8068d16df69034d917f201f8c4ca20c47fb4e3d2 [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)