From a1f43bfd2713ffda6f041da74437010a96d37542 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Sun, 27 Feb 2011 18:31:41 -0800 Subject: [PATCH] build break! Change-Id: Ia33661ea1c735990528095038b93fd4ecb717341 --- roots.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roots.c b/roots.c index 80d9169..a216834 100644 --- a/roots.c +++ b/roots.c @@ -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)