From f40c52cc1784395b2109024a473b586eb15402dd Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Mon, 17 Dec 2012 11:28:03 +0000 Subject: [PATCH] comment adjustment --- lib/utils/restapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/restapi.py b/lib/utils/restapi.py index bf4b807bb..e87f1054a 100644 --- a/lib/utils/restapi.py +++ b/lib/utils/restapi.py @@ -286,7 +286,7 @@ def scan_delete(taskid): @get("/scan//log") def scan_log(taskid): """ - Read the informational log messages + Retrieve the log messages """ if taskid not in tasks: abort(500, "Invalid task ID")