From 937928d1161a4f7bd894cb365ada97569ab0f78f Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Wed, 17 Jul 2013 15:27:20 +0200 Subject: Fix formating of variables with type: time_t --- src/providers/ldap/sdap_async_sudo_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/providers/ldap/sdap_async_sudo_timer.c') diff --git a/src/providers/ldap/sdap_async_sudo_timer.c b/src/providers/ldap/sdap_async_sudo_timer.c index ed32cd901..27dd41f06 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); -- cgit