Minor cosmetics

This commit is contained in:
Miroslav Stampar 2013-05-19 01:19:54 +02:00
parent 6cfcc1af63
commit 4f49dad2ba

View File

@ -49,7 +49,7 @@ class SQLAlchemy(GenericConnector):
except SqlmapFilePathException:
raise
except Exception, msg:
raise SqlmapConnectionException("SQLAlchemy exception: '%s'" % msg[0])
raise SqlmapConnectionException("SQLAlchemy connection issue ('%s')" % msg[0])
self.printConnected()