We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd5b665 commit c83cca4Copy full SHA for c83cca4
1 file changed
plugins/dbms/postgresql/fingerprint.py
@@ -7,6 +7,7 @@
7
8
from lib.core.common import Backend
9
from lib.core.common import Format
10
+from lib.core.common import singleTimeWarnMessage
11
from lib.core.data import conf
12
from lib.core.data import kb
13
from lib.core.data import logger
@@ -179,4 +180,4 @@ def forceDbmsEnum(self):
179
180
warnMsg += "only on the current schema and/or system databases. "
181
warnMsg += "sqlmap is going to use 'public' schema as a "
182
warnMsg += "database name"
- logger.warn(warnMsg)
183
+ singleTimeWarnMessage(warnMsg)
0 commit comments