minor cosmetics

This commit is contained in:
Miroslav Stampar 2012-04-04 23:34:08 +00:00
parent 83387d92bb
commit b1dd03731a

View File

@ -151,7 +151,7 @@ def __goInferenceProxy(expression, fromUser=False, expected=None, batch=False, u
expressionFieldsList = [expressionFields]
if len(expressionFieldsList) > 1:
infoMsg = "the SQL query provided has more than a field. "
infoMsg = "the SQL query provided has more than one field. "
infoMsg += "sqlmap will now unpack it into distinct queries "
infoMsg += "to be able to retrieve the output even if we "
infoMsg += "are going blind"