add some cflash diagnostic print

This commit is contained in:
zeromus 2011-07-26 22:50:53 +00:00
parent 55ae89cd4c
commit 17f9e422d3
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ void build_ListCallback(FsEntry* fs, EListCallbackArg arg)
if(!ok)
printf("ERROR adding file %s via libfat\n",path.c_str());
delete[] buf;
}
} else printf("ERROR opening file %s for add via libfat\n",path.c_str());
}
}