mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
code refactoring some more
This commit is contained in:
parent
40fadf2f35
commit
81c16926c1
3 changed files with 12 additions and 3 deletions
|
|
@ -49,7 +49,7 @@ class Connector(GenericConnector):
|
|||
|
||||
except (self.__sqlite.DatabaseError, self.__sqlite.OperationalError), msg:
|
||||
warnMsg = "unable to connect using SQLite 3 library, trying with SQLite 2"
|
||||
logger.warning(warnMsg)
|
||||
logger.warn(warnMsg)
|
||||
|
||||
try:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue