mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
minor update
This commit is contained in:
parent
ddd8b277a6
commit
5d792feffd
|
@ -279,8 +279,8 @@ def __setRequestFromFile():
|
||||||
|
|
||||||
conf.requestFile = os.path.expanduser(conf.requestFile)
|
conf.requestFile = os.path.expanduser(conf.requestFile)
|
||||||
|
|
||||||
debugMsg = "parsing HTTP request from '%s'" % conf.requestFile
|
infoMsg = "parsing HTTP request from '%s'" % conf.requestFile
|
||||||
logger.debug(debugMsg)
|
logger.info(infoMsg)
|
||||||
|
|
||||||
if not os.path.isfile(conf.requestFile):
|
if not os.path.isfile(conf.requestFile):
|
||||||
errMsg = "the specified HTTP request file "
|
errMsg = "the specified HTTP request file "
|
||||||
|
|
Loading…
Reference in New Issue
Block a user