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);
 }