Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
Use logger instead of LOGGER
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola committed Oct 13, 2021
1 parent 460db96 commit 37337a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ospd/scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ def get_host_list(self, scan_id: str) -> Dict:
try:
target = self.scans_table[scan_id]['target'].get('hosts')
except KeyError:
LOGGER.warning(
logger.warning(
'%s: Scan ID is in the scan table, but it was '
'not initialized.',
scan_id,
Expand Down

0 comments on commit 37337a9

Please sign in to comment.