commit | 5d80817f2b6e9648e579700bbc73826601dfc539 | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Sat Dec 18 22:29:27 2010 -0800 |
committer | Koushik Dutta <koushd@gmail.com> | Sat Dec 18 22:29:27 2010 -0800 |
tree | efc21cd0ca901e961c175a9da6bb16c63ad17e22 | |
parent | 4995114d386182efd8f680aa8486a371da9f6b27 [diff] [blame] |
There was apparently a lack of carebear. Change-Id: Ie65bce617b99985ab937602e1e30a97340b0dd5b
diff --git a/roots.c b/roots.c index 0f6b3d7..bfb828f 100644 --- a/roots.c +++ b/roots.c
@@ -269,6 +269,9 @@ return 0; } +#if 0 LOGE("format_volume: fs_type \"%s\" unsupported\n", v->fs_type); return -1; +#endif + return format_unknown_device(volume); }