vold: Fix format argument bug

Signed-off-by: San Mehat <san@google.com>
gugelfrei
San Mehat 15 years ago
parent 62e5dd245b
commit 3b9b8e8308

@ -175,7 +175,7 @@ int Fat::format(const char *fsPath) {
args[6] = "8";
args[7] = fsPath;
args[8] = NULL;
rc = logwrap(7, args, 1);
rc = logwrap(9, args, 1);
if (rc == 0) {
LOGI("Filesystem formatted OK");

Loading…
Cancel
Save