From 933e85615059b85a87747da57288384541cc56da Mon Sep 17 00:00:00 2001 From: Steve Block Date: Wed, 4 Jan 2012 20:05:49 +0000 Subject: Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) Change-Id: I26f76452ac49e2890b14d133c065493d8df0fb4a --- cmds/installd/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmds/installd/commands.c') diff --git a/cmds/installd/commands.c b/cmds/installd/commands.c index db7258517379..988fee339354 100644 --- a/cmds/installd/commands.c +++ b/cmds/installd/commands.c @@ -189,7 +189,7 @@ int free_cache(int64_t free_size) avail = disk_free(); if (avail < 0) return -1; - LOGI("free_cache(%" PRId64 ") avail %" PRId64 "\n", free_size, avail); + ALOGI("free_cache(%" PRId64 ") avail %" PRId64 "\n", free_size, avail); if (avail >= free_size) return 0; if (create_persona_path(datadir, 0)) { -- cgit v1.2.3-59-g8ed1b