commit | 3b9b8e830859aa9338b78a7b05ddbe566f5bbb70 | [log] [tgz] |
---|---|---|
author | San Mehat <san@google.com> | Mon Feb 08 15:51:50 2010 -0800 |
committer | San Mehat <san@google.com> | Mon Feb 08 15:51:50 2010 -0800 |
tree | 4bcd20a5021b48ec0019275dace6c4ba9685cbe1 | |
parent | 62e5dd245bd508eabcba56b5680e2b28bfc2caf6 [diff] [blame] |
vold: Fix format argument bug Signed-off-by: San Mehat <san@google.com>
diff --git a/Fat.cpp b/Fat.cpp index f934ebc..f85bd8e 100644 --- a/Fat.cpp +++ b/Fat.cpp
@@ -175,7 +175,7 @@ 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");