diff options
Diffstat (limited to 'src/providers/ldap/sdap_async_sudo_timer.c')
-rw-r--r-- | src/providers/ldap/sdap_async_sudo_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_async_sudo_timer.c b/src/providers/ldap/sdap_async_sudo_timer.c index ed32cd90..27dd41f0 100644 --- a/src/providers/ldap/sdap_async_sudo_timer.c +++ b/src/providers/ldap/sdap_async_sudo_timer.c @@ -170,7 +170,7 @@ static void sdap_sudo_timer_timeout(struct tevent_context *ev, state = tevent_req_data(req, struct sdap_sudo_timer_state); DEBUG(SSSDBG_CRIT_FAILURE, ("Request timed out. Is timeout too small?" - " (%ds)!\n", state->timeout)); + " (%lds)!\n", state->timeout)); talloc_zfree(state->subreq); |