diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-10-24 14:34:24 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-10-24 14:34:33 +0200 |
commit | 3f43a83f15e6a7e50bb4599e9982f918b0449e91 (patch) | |
tree | 1413d17fbb41541b75c3ed611c5569a8c9857b92 /ll-auth-binding/src/ll-auth-binding.c | |
parent | a37a642f6e16be23e5b0a90835f7cfb84d5eb209 (diff) |
auth-binding: replace AFB_ERROR_V2 by AFB_ERROR
Change-Id: I26cd8ac335f8cbf04b9119e99df4485341075b6b
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'll-auth-binding/src/ll-auth-binding.c')
-rw-r--r-- | ll-auth-binding/src/ll-auth-binding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ll-auth-binding/src/ll-auth-binding.c b/ll-auth-binding/src/ll-auth-binding.c index 4a9bf11..da01169 100644 --- a/ll-auth-binding/src/ll-auth-binding.c +++ b/ll-auth-binding/src/ll-auth-binding.c @@ -320,7 +320,7 @@ static void verb_getuser(struct afb_req req) */ static inline int ll_auth_init_cleanup(const char* error, int retcode) { - AFB_ERROR_V2("%s", error); + AFB_ERROR("%s", error); free_string(¤t_user); free_string(¤t_device); |