From 1d8a60c1cc583c20b09eccb16051bdd68d311f77 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Mon, 7 Jan 2013 11:13:40 +0100 Subject: sudo smart refresh: fix debug message --- src/providers/ldap/sdap_sudo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/ldap/sdap_sudo.c b/src/providers/ldap/sdap_sudo.c index 2702814ab..a74271842 100644 --- a/src/providers/ldap/sdap_sudo.c +++ b/src/providers/ldap/sdap_sudo.c @@ -892,7 +892,7 @@ static struct tevent_req *sdap_sudo_smart_refresh_send(TALLOC_CTX *mem_ctx, * sysdb_filter = NULL; */ DEBUG(SSSDBG_TRACE_FUNC, ("Issuing a smart refresh of sudo rules " - "(USN >= %s)\n", srv_opts->max_sudo_value)); + "(USN > %s)\n", (usn == NULL ? "0" : usn))); subreq = sdap_sudo_refresh_send(state, id_ctx->be, id_ctx->opts, id_ctx->conn_cache, -- cgit