Fixed missing printf parameter in service.c.
This commit is contained in:
parent
6fdc7339f9
commit
a7ae856de2
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user