mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor layout adjustments
This commit is contained in:
@@ -83,8 +83,7 @@ class UDF:
|
||||
self.udfToCreate.add(udf)
|
||||
|
||||
def udfCreateSupportTbl(self, dataType):
|
||||
debugMsg = "creating a support table to write commands standard "
|
||||
debugMsg += "output to"
|
||||
debugMsg = "creating a support table for user-defined functions"
|
||||
logger.debug(debugMsg)
|
||||
|
||||
self.createSupportTbl(self.cmdTblName, self.tblField, dataType)
|
||||
|
||||
Reference in New Issue
Block a user