소스 검색

changes in log

tanja 4 년 전
부모
커밋
cfead15b78
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cdplib/log.py

+ 1 - 1
cdplib/log.py

@@ -122,7 +122,7 @@ class Log():
 
         raise ErrorType(message)
 
-    def log_and_raise_warning(self, message):
+    def log_and_throw_warning(self, message):
         '''
         '''
         self._logger.warning(message, exc_info=True)