commit | d4060c3eb656ba475a4d9fea7f1fa786a82960f6 | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Thu Jul 22 20:14:44 2010 -0700 |
committer | Koushik Dutta <koushd@gmail.com> | Thu Jul 22 20:14:44 2010 -0700 |
tree | 1846337c8c9433a53023d02e9329ada989f06647 | |
parent | e074d8d543cdbb2c130d7defa9b89d8f97a25dfc [diff] [blame] |
Galaxy S initial support. Fix firmware flash on inc. May need to fix other phones.
diff --git a/nandroid.c b/nandroid.c index 33899d1..e3a2bb4 100644 --- a/nandroid.c +++ b/nandroid.c
@@ -216,7 +216,7 @@ sprintf(tmp, "%s/%s.img", backup_path, name); struct stat file_info; if (0 != (ret = statfs(tmp, &file_info))) { - ui_print("%s.img not found. Skipping restore of /sd-ext.", name); + ui_print("%s.img not found. Skipping restore of %s.\n", name, mount_point); return 0; }