diff options
-rwxr-xr-x | coverage/scripts/02-hello.sh | 2 | ||||
-rw-r--r-- | include/afb/afb-req-x2.h | 2 |
2 files changed, 2 insertions, 2 deletions
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 diff --git a/include/afb/afb-req-x2.h b/include/afb/afb-req-x2.h index bd4bc767..4ae1af7b 100644 --- a/include/afb/afb-req-x2.h +++ b/include/afb/afb-req-x2.h @@ -642,7 +642,7 @@ void afb_req_x2_verbose( { va_list args; va_start(args, fmt); - afb_req_x2_verbose(req, level, file, line, func, fmt, args); + afb_req_x2_vverbose(req, level, file, line, func, fmt, args); va_end(args); } |