diff options
Diffstat (limited to 'src/msec_find/find.c')
-rw-r--r-- | src/msec_find/find.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/msec_find/find.c b/src/msec_find/find.c index a9e96aa..a474ff4 100644 --- a/src/msec_find/find.c +++ b/src/msec_find/find.c @@ -198,7 +198,9 @@ int main(int argc, char **argv) init(); for ( i = 1; i < argc; i++ ) { + printf("%s\n",argv[i]); if ( strcmp(argv[i], "/") != 0) { + printf("plop\n"); /* * We need to add a final '/' to the base directory name else the * FTW_MOUNT option of nftw won't work. i.e. : /mnt/cdrom is on the / |