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

Diff for /src/usr.bin/cvs/status.c between version 1.42 and 1.43

version 1.42, 2005/07/22 16:27:29 version 1.43, 2005/07/27 16:42:19
Line 186 
Line 186 
   
         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.42  
changed lines
  Added in v.1.43