From e8c037de1af3ddd0c8d943b3e4ae0dbb4a2fd4d0 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 20 Jan 2011 16:17:38 +0000 Subject: [PATCH] minor update --- lib/core/option.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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