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