diff options
| author | Steve Block <steveblock@google.com> | 2012-01-04 19:19:03 +0000 |
|---|---|---|
| committer | Steve Block <steveblock@google.com> | 2012-01-04 19:23:34 +0000 |
| commit | fe71a61e5b0cb666675900d206251a7c18ed944b (patch) | |
| tree | e76dbede05c1e6b92ea4e05878745c6d21ed9d4b /libdiskconfig/diskconfig.c | |
| parent | 8d66c49258ac4f59bd67c23c9c914cca81f85b01 (diff) | |
| download | core-fe71a61e5b0cb666675900d206251a7c18ed944b.tar.gz core-fe71a61e5b0cb666675900d206251a7c18ed944b.tar.bz2 core-fe71a61e5b0cb666675900d206251a7c18ed944b.zip | |
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Bug: 5449033
Change-Id: I4951baa981f09a84ce483e3d1bd0f9ebe009035f
Diffstat (limited to 'libdiskconfig/diskconfig.c')
| -rw-r--r-- | libdiskconfig/diskconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskconfig/diskconfig.c b/libdiskconfig/diskconfig.c index aac3e699b..66bd0c39b 100644 --- a/libdiskconfig/diskconfig.c +++ b/libdiskconfig/diskconfig.c @@ -319,7 +319,7 @@ validate(struct disk_info *dinfo) } else disk_size = (uint64_t)dinfo->num_lba * (uint64_t)dinfo->sect_size; } else if (S_ISREG(stat.st_mode)) { - LOGI("Requesting operation on a regular file, not block device."); + ALOGI("Requesting operation on a regular file, not block device."); if (!dinfo->sect_size) { LOGE("Sector size for regular file images cannot be zero"); goto fail; |
