diff options
| author | 2012-01-19 17:26:03 -0800 | |
|---|---|---|
| committer | 2012-01-19 17:26:03 -0800 | |
| commit | 08d3c6e5ba5c3e5fcc386b07efa709325d45b9ff (patch) | |
| tree | 5aab08b8e1ace52c002db2c56c1c16607f684af3 /libs/utils/BackupHelpers.cpp | |
| parent | 7ae84204c14b4abff70fcc19c3c33de2591df34b (diff) | |
| parent | 4f367f3387887c538c81c34cc8becaea6fa5e430 (diff) | |
am 4f367f33: Merge "Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF)"
* commit '4f367f3387887c538c81c34cc8becaea6fa5e430':
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF)
Diffstat (limited to 'libs/utils/BackupHelpers.cpp')
| -rw-r--r-- | libs/utils/BackupHelpers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/utils/BackupHelpers.cpp b/libs/utils/BackupHelpers.cpp index aee7ff08946d..882bf71b5758 100644 --- a/libs/utils/BackupHelpers.cpp +++ b/libs/utils/BackupHelpers.cpp @@ -628,7 +628,7 @@ int write_tarfile(const String8& packageName, const String8& domain, // [ 329 : 8 ] and [ 337 : 8 ] devmajor/devminor, not used - LOGI(" Name: %s", fullname.string()); + ALOGI(" Name: %s", fullname.string()); // If we're using a pax extended header, build & write that here; lengths are // already preflighted |