mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 13:28:10 +00:00
Log timestampfile to debug file.
This commit is contained in:
parent
9914cd8a76
commit
5555b86d7e
@ -122,6 +122,7 @@ build_timestamp(struct passwd *pw)
|
|||||||
if (len <= 0 || len >= sizeof(timestampfile))
|
if (len <= 0 || len >= sizeof(timestampfile))
|
||||||
goto bad;
|
goto bad;
|
||||||
}
|
}
|
||||||
|
sudo_debug_printf(SUDO_DEBUG_INFO, "using timestamp file %s", timestampfile);
|
||||||
|
|
||||||
debug_return_int(len);
|
debug_return_int(len);
|
||||||
bad:
|
bad:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user