diff options
author | Koushik Dutta <koushd@gmail.com> | 2011-04-22 12:12:32 -0700 |
---|---|---|
committer | Koushik Dutta <koushd@gmail.com> | 2011-04-22 12:12:32 -0700 |
commit | f573510b501b65b1be8003f6e9d900df01530f1d (patch) | |
tree | d6fb8ce1c4aa435444ba63f707ddc56c36013482 /roots.c | |
parent | eee085415f673af07bf0aa630c50c9213e7a2a2c (diff) | |
download | android_bootable_recovery-f573510b501b65b1be8003f6e9d900df01530f1d.tar.gz android_bootable_recovery-f573510b501b65b1be8003f6e9d900df01530f1d.tar.bz2 android_bootable_recovery-f573510b501b65b1be8003f6e9d900df01530f1d.zip |
bml fixes
Change-Id: I442ef3c155bab36db578ca5735215aedda353c29
Diffstat (limited to 'roots.c')
-rw-r--r-- | roots.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -153,7 +153,6 @@ 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("%s\n", mount_cmd); ret = __system(mount_cmd); } if (ret == 0) |