X-Git-Url: http://git.samba.org/?p=samba.git;a=blobdiff_plain;f=source3%2Fclient%2Fclitar.c;h=afcd4b9f1d6f875972f5c9f1808df2f4e4f21b0f;hp=4d7a2cf043b264f8f8cf4b515fbb3e78eaa66130;hb=1ea570da834fa72c88dd35a86fdf68ae5ecbeb19;hpb=5f7ee360567a6b4e1a6f43ff01da057d2998fef8;ds=sidebyside diff --git a/source3/client/clitar.c b/source3/client/clitar.c index 4d7a2cf043b..afcd4b9f1d6 100644 --- a/source3/client/clitar.c +++ b/source3/client/clitar.c @@ -106,7 +106,7 @@ BOOL tar_system=True; BOOL tar_hidden=True; /* Be noisy - make a catalogue */ BOOL tar_noisy=True; -BOOL tar_real_noisy=True; +BOOL tar_real_noisy=False; /* Don't want to be really noisy by default */ char tar_type='\0'; static char **cliplist=NULL; @@ -1723,9 +1723,10 @@ static int get_file(file_info2 finfo, char * inbuf, char * outbuf) if (!do_setrtime(finfo.name, finfo.mtime, True)) { - DEBUG(0, ("Could not set time on file: %s\n", finfo.name)); - /*return(False); */ /* Ignore, as Win95 does not allow changes */ - + if (tar_real_noisy) { + DEBUG(0, ("Could not set time on file: %s\n", finfo.name)); + /*return(False); */ /* Ignore, as Win95 does not allow changes */ + } } ntarf++;