diff --git a/lib/core/option.py b/lib/core/option.py index 75039f413..322e66554 100644 --- a/lib/core/option.py +++ b/lib/core/option.py @@ -164,8 +164,9 @@ def __feedTargetsDict(reqFile, addedTargetUrls): continue if method.upper() == "POST": - warnMsg = "POST requests from WebScarab logs are not supported " - warnMsg += "as data content is stored in separate files" + warnMsg = "POST requests from WebScarab logs aren't supported " + warnMsg += "as their body content is stored in separate files. " + warnMsg += "Nevertheless you can use -r to load them individually." logger.warning(warnMsg) continue