mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Minor patch
This commit is contained in:
parent
fd5b665f7d
commit
c83cca4cd4
1 changed files with 2 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ See the file 'doc/COPYING' for copying permission
|
||||||
|
|
||||||
from lib.core.common import Backend
|
from lib.core.common import Backend
|
||||||
from lib.core.common import Format
|
from lib.core.common import Format
|
||||||
|
from lib.core.common import singleTimeWarnMessage
|
||||||
from lib.core.data import conf
|
from lib.core.data import conf
|
||||||
from lib.core.data import kb
|
from lib.core.data import kb
|
||||||
from lib.core.data import logger
|
from lib.core.data import logger
|
||||||
|
|
@ -179,4 +180,4 @@ class Fingerprint(GenericFingerprint):
|
||||||
warnMsg += "only on the current schema and/or system databases. "
|
warnMsg += "only on the current schema and/or system databases. "
|
||||||
warnMsg += "sqlmap is going to use 'public' schema as a "
|
warnMsg += "sqlmap is going to use 'public' schema as a "
|
||||||
warnMsg += "database name"
|
warnMsg += "database name"
|
||||||
logger.warn(warnMsg)
|
singleTimeWarnMessage(warnMsg)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue