]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/mtd/mtd-utils/more-verbosity.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / mtd / mtd-utils / more-verbosity.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- mtd/util/mkfs.jffs2.c~more-verbosity.patch
7 +++ mtd/util/mkfs.jffs2.c
8 @@ -374,6 +374,9 @@
9         struct filesystem_entry *entry;
10         struct ignorepath_entry* element = ignorepath;
11  
12 +        if (verbose) {
13 +                printf( "mkfs.jffs2: scanning '%s'...\n", targetpath );
14 +        }
15  
16         if (lstat(hostpath, &sb)) {
17                 perror_msg_and_die("%s", hostpath);