diff options
Diffstat (limited to 'cmds/installd/commands.c')
-rw-r--r-- | cmds/installd/commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/installd/commands.c b/cmds/installd/commands.c index db72585..988fee3 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)) { |