Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4457912

Browse files
committed
Cosmetics
1 parent 74e82b2 commit 4457912

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/controller/checks.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,9 @@ def _(page):
763763
kb.ignoreCasted = readInput(message, default='Y' if conf.multipleTargets else 'N').upper() != 'N'
764764

765765
elif result:
766-
infoMsg += "be injectable (possible DBMS: '%s')" % (Format.getErrorParsedDBMSes() or UNKNOWN_DBMS)
766+
infoMsg += "be injectable"
767+
if Backend.getErrorParsedDBMSes():
768+
infoMsg += " (possible DBMS: '%s')" % Format.getErrorParsedDBMSes()
767769
logger.info(infoMsg)
768770

769771
else:

0 commit comments

Comments
 (0)