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

Diff for /src/usr.bin/cvs/getlog.c between version 1.43 and 1.44

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

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44