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

Skip to content

Commit 0c1a6b3

Browse files
committed
Minor typo fix
1 parent 2efee05 commit 0c1a6b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def __updateSqlmap():
242242

243243
if not re.search("^([\w\.\-]+)$", sqlmapNewestVersion):
244244
errMsg = "sqlmap version is in a wrong syntax"
245-
logger.errMsg(errMsg)
245+
logger.error(errMsg)
246246

247247
return
248248

0 commit comments

Comments
 (0)