| commit | 1375df75ffff27b91bf08b46b4ab49d51a791783 | [log] [tgz] |
|---|---|---|
| author | Koushik Dutta <koushd@gmail.com> | Sat Jan 01 18:04:44 2011 -0800 |
| committer | Koushik Dutta <koushd@gmail.com> | Sat Jan 01 18:04:44 2011 -0800 |
| tree | 334d3a096d504783dd5c49c3bec1a3d0f52032ec | |
| parent | a8708c6044f20432e161ef9db2271a097be561ef [diff] |
fix bug Change-Id: Id38cf292fd93f5a53552c80c48d9281701b88ce0
diff --git a/roots.c b/roots.c index d8d8a0c..4f76de5 100644 --- a/roots.c +++ b/roots.c
@@ -213,12 +213,8 @@ return -1; } if (strcmp(v->mount_point, volume) != 0) { -#if 0 LOGE("can't give path \"%s\" to format_volume\n", volume); return -1; -#endif - printf("Formatting volume %s of fs type %s\n", volume, v->fs_type); - return format_unknown_device(v->device, volume, v->fs_type); } if (ensure_path_unmounted(volume) != 0) {