mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor update
This commit is contained in:
parent
ddd8b277a6
commit
5d792feffd
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue