mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
fixes, updates, patches
This commit is contained in:
parent
948cf25de4
commit
7bca926a0b
10 changed files with 20 additions and 20 deletions
|
|
@ -61,7 +61,7 @@ class Connector(GenericConnector):
|
|||
self.cursor.execute(query)
|
||||
retVal = True
|
||||
except (psycopg2.OperationalError, psycopg2.ProgrammingError), msg:
|
||||
logger.warn(msg)
|
||||
logger.warn(("(remote) %s" % msg).strip())
|
||||
except psycopg2.InternalError, msg:
|
||||
raise sqlmapConnectionException, msg
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue