minor update

This commit is contained in:
Miroslav Stampar 2011-01-20 16:17:38 +00:00
parent 4e5f0da1ae
commit e8c037de1a

View File

@ -164,8 +164,9 @@ def __feedTargetsDict(reqFile, addedTargetUrls):
continue continue
if method.upper() == "POST": if method.upper() == "POST":
warnMsg = "POST requests from WebScarab logs are not supported " warnMsg = "POST requests from WebScarab logs aren't supported "
warnMsg += "as data content is stored in separate files" warnMsg += "as their body content is stored in separate files. "
warnMsg += "Nevertheless you can use -r to load them individually."
logger.warning(warnMsg) logger.warning(warnMsg)
continue continue