build break!

Change-Id: Ia33661ea1c735990528095038b93fd4ecb717341
This commit is contained in:
Koushik Dutta 2011-02-27 18:31:41 -08:00
parent 978a0e25c4
commit a1f43bfd27

View File

@ -127,7 +127,7 @@ int try_mount(const char* device, const char* mount_point, const char* fs_type,
else {
char mount_cmd[PATH_MAX];
sprintf(mount_cmd, "mount -t %s -o%s %s %s", fs_type, fs_options, device, mount_point);
LOGE(mount_cmd);
LOGE("%s\n", mount_cmd);
ret = __system(mount_cmd);
}
if (ret == 0)