diff --git a/lib/requestHandler.js b/lib/requestHandler.js index 0aaaf5d..a84ba13 100644 --- a/lib/requestHandler.js +++ b/lib/requestHandler.js @@ -82,7 +82,7 @@ function userRequestHandler(req,userRes){ //sleep for seconds if configed in the rule file //see rule_sample.js if(hostTest && pathTest && !!rule.sleep){ - console.log(color.yellow('[' + req.url + '] will sleep for ' + rule.sleep + ' seconds')); + console.log(color.yellow('[' + req.url + '] will sleep for ' + rule.sleep + ' seconds.')); sleep.sleep(rule.sleep); } }