Skip to content

Commit beb0160

Browse files
committed
Lower logging level to debug
1 parent 69b22a4 commit beb0160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/builder/convertfiles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def _is_qt_ts_file(self, filepath):
9292
def _convert_ts_files_to_po(self):
9393
for tsfile in self.findFiles.find_recursive(self.convert_dir, "*.ts"):
9494
if not self._is_qt_ts_file(tsfile):
95-
logging.info("skipping non-Qt ts file: {0}".format(tsfile))
95+
logging.debug("skipping non-Qt ts file: {0}".format(tsfile))
9696
continue
9797
fileName, fileExtension = os.path.splitext(tsfile)
9898
logging.info("convert ts file: {0}".format(tsfile))

0 commit comments

Comments
 (0)