[BACK]Return to diff.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / cvs

Diff for /src/usr.bin/cvs/diff.c between version 1.53 and 1.54

version 1.53, 2005/07/25 12:05:43 version 1.54, 2005/07/27 16:42:19
Line 596 
Line 596 
   
         if (cf->cf_type == DT_DIR) {          if (cf->cf_type == DT_DIR) {
                 if (verbosity > 1)                  if (verbosity > 1)
                         cvs_log(LP_INFO, "Diffing %s", fpath);                          cvs_log(LP_NOTICE, "Diffing %s", fpath);
                 return (0);                  return (0);
         }          }
   

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54