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")