From a64438fb5ce624c084ae69aa19566c97f407215d Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 11 Sep 2012 19:45:40 +0200 Subject: [PATCH] Minor language update --- lib/core/target.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/target.py b/lib/core/target.py index be62f1032..217c4b78a 100644 --- a/lib/core/target.py +++ b/lib/core/target.py @@ -328,7 +328,7 @@ def __setResultsFile(): conf.resultsFP = codecs.open(conf.resultsFilename, "w+", UNICODE_ENCODING) conf.resultsFP.writelines("Target url,Place,Parameter,Techniques%s" % os.linesep) - logger.info("using '%s' as the CSV results file for multiple targets" % conf.resultsFilename) + logger.info("using '%s' as the CSV results file in multiple targets mode" % conf.resultsFilename) def __createFilesDir(): """