| commit | a1f43bfd2713ffda6f041da74437010a96d37542 | [log] [tgz] |
|---|---|---|
| author | Koushik Dutta <koushd@gmail.com> | Sun Feb 27 18:31:41 2011 -0800 |
| committer | Koushik Dutta <koushd@gmail.com> | Sun Feb 27 18:31:41 2011 -0800 |
| tree | 28d3b7b77b39152a6dcf941721ba2037b3006e1c | |
| parent | 978a0e25c4affc464f20ab1498de51489d107c85 [diff] |
build break! Change-Id: Ia33661ea1c735990528095038b93fd4ecb717341
diff --git a/roots.c b/roots.c index 80d9169..a216834 100644 --- a/roots.c +++ b/roots.c
@@ -127,7 +127,7 @@ 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)