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

Diff for /src/usr.bin/cvs/commit.c between version 1.45 and 1.46

version 1.45, 2005/07/25 12:05:43 version 1.46, 2005/07/27 16:42:19
Line 291 
Line 291 
   
         if (cf->cf_type == DT_DIR) {          if (cf->cf_type == DT_DIR) {
                 if (verbosity > 1)                  if (verbosity > 1)
                         cvs_log(LP_INFO, "Examining %s", cf->cf_name);                          cvs_log(LP_NOTICE, "Examining %s", cf->cf_name);
                 return (0);                  return (0);
         }          }
   

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46