Cleanup some log

This commit is contained in:
nymkappa
2023-03-14 13:53:52 +09:00
committed by softsimon
parent b5ad0895ac
commit 321161ede9
7 changed files with 17 additions and 14 deletions

View File

@@ -164,7 +164,7 @@ class DiskCache {
}
}
} catch (e) {
logger.info('Error parsing ' + fileName + '. Skipping. Reason: ' + (e instanceof Error ? e.message : e));
logger.err('Error parsing ' + fileName + '. Skipping. Reason: ' + (e instanceof Error ? e.message : e));
}
}