From 5555b86d7e014a12848d799ebba796e7c2f19b2c Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 9 Apr 2013 14:17:59 -0400 Subject: [PATCH] Log timestampfile to debug file. --- plugins/sudoers/timestamp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/sudoers/timestamp.c b/plugins/sudoers/timestamp.c index 061038dd1..62e10478b 100644 --- a/plugins/sudoers/timestamp.c +++ b/plugins/sudoers/timestamp.c @@ -122,6 +122,7 @@ build_timestamp(struct passwd *pw) if (len <= 0 || len >= sizeof(timestampfile)) goto bad; } + sudo_debug_printf(SUDO_DEBUG_INFO, "using timestamp file %s", timestampfile); debug_return_int(len); bad: