From eb0abe2509bdcd923f12f471e7af4aa7f87909e1 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Wed, 4 Jul 2018 12:23:43 +0200 Subject: afb-req: Fix a bug in afb_req_verbose MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The newer version of afb_req_verbose was self recursive leading the crashes. Bug-AGL: SPEC-1561 Change-Id: I40959e5b72ca850712c27a505e77efea43aadabd Signed-off-by: José Bollo --- coverage/scripts/02-hello.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/scripts/02-hello.sh') diff --git a/coverage/scripts/02-hello.sh b/coverage/scripts/02-hello.sh index fbbb307d..916892f7 100755 --- a/coverage/scripts/02-hello.sh +++ b/coverage/scripts/02-hello.sh @@ -47,7 +47,7 @@ hello getctx #------------------------ # TODO bug to be fixed! #hello info -#hello verbose {"level":2,"message":"hello"} #------------------------ +hello verbose {"level":2,"message":"hello"} EOC -- cgit 1.2.3-korg