diff options
| author | 2012-01-19 14:46:54 -0800 | |
|---|---|---|
| committer | 2012-01-19 14:46:54 -0800 | |
| commit | 4f367f3387887c538c81c34cc8becaea6fa5e430 (patch) | |
| tree | 5475260306fb9ddb48b2c7fcfe939ed59752e900 /libs/utils/BackupHelpers.cpp | |
| parent | ba7f0d2a03643ce429421b81febf18fd50473070 (diff) | |
| parent | 933e85615059b85a87747da57288384541cc56da (diff) | |
Merge "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 |