mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor refactoring
This commit is contained in:
@@ -450,7 +450,7 @@ class Databases:
|
||||
|
||||
elif Backend.isDbms(DBMS.ACCESS):
|
||||
errMsg = "cannot retrieve column names, "
|
||||
errMsg += "back-end DBMS is Access"
|
||||
errMsg += "back-end DBMS is %s" % DBMS.ACCESS
|
||||
logger.error(errMsg)
|
||||
bruteForce = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user