aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ll-auth-binding/src/ll-auth-binding.c2
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(&current_user);
free_string(&current_device);