2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 05:17:54 +00:00

Log timestampfile to debug file.

This commit is contained in:
Todd C. Miller 2013-04-09 14:17:59 -04:00
parent 9914cd8a76
commit 5555b86d7e

View File

@ -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: