]> granicus.if.org Git - sudo/commitdiff
Log timestampfile to debug file.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 9 Apr 2013 18:17:59 +0000 (14:17 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 9 Apr 2013 18:17:59 +0000 (14:17 -0400)
plugins/sudoers/timestamp.c

index 061038dd1b96f040c49ede810e9f12be16666741..62e10478bcd4db6e62f56080e54116663518145f 100644 (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: