From a7ae856de23dfbb4584b6a6c6cddfb923b52f7e9 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Fri, 13 Mar 2015 06:56:01 +0200 Subject: [PATCH] Fixed missing printf parameter in service.c. --- server/core/service.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/core/service.c b/server/core/service.c index 129a20f29..825ba8493 100644 --- a/server/core/service.c +++ b/server/core/service.c @@ -300,7 +300,8 @@ GWPROTOCOL *funcs; LOGFILE_ERROR, "Service %s: failed to load any user " "information. Authentication will " - "probably fail as a result."))); + "probably fail as a result.", + service->name))); } /* At service start last update is set to USERS_REFRESH_TIME seconds earlier.