Browse Source

remove status that is best reflected in VCS

Antoine Beaupré 10 năm trước cách đây
mục cha
commit
b1eafe7833
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      borg/logger.py

+ 1 - 2
borg/logger.py

@@ -8,8 +8,7 @@ The way to use this is as follows:
     logger = create_logger()
 
 * then each module uses logger.info/warning/debug/etc according to the
-  level it believes is appropriate. a first conversion was done, but
-  can be revised later on:
+  level it believes is appropriate:
 
     logger.debug('some intricate details you usually do not care about')
     logger.info('verbose progress information')