diff options
author | Michael Scherer <misc@mandriva.com> | 2006-05-04 14:03:36 +0000 |
---|---|---|
committer | Michael Scherer <misc@mandriva.com> | 2006-05-04 14:03:36 +0000 |
commit | c3e072dbce9ec59d891dd58f8afdfd92a1bee8d3 (patch) | |
tree | 57631e2bf3da1267a8495c94f5edb9ac498aa55a /src/msec_find | |
parent | a5b572c4a4e73bc0b369c20c9cdf7b2f5804b8ea (diff) | |
download | msec-c3e072dbce9ec59d891dd58f8afdfd92a1bee8d3.tar msec-c3e072dbce9ec59d891dd58f8afdfd92a1bee8d3.tar.gz msec-c3e072dbce9ec59d891dd58f8afdfd92a1bee8d3.tar.bz2 msec-c3e072dbce9ec59d891dd58f8afdfd92a1bee8d3.tar.xz msec-c3e072dbce9ec59d891dd58f8afdfd92a1bee8d3.zip |
fix bug #21090, by using logger instead of deprecated initlog, thanks blino
Diffstat (limited to 'src/msec_find')
-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 / |