diff options
author | venaas <venaas> | 2008-09-22 12:58:49 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-09-22 12:58:49 +0000 |
commit | 9989a0a7b4f52da41334a11ae28dc232aa7bac0b (patch) | |
tree | d2977caf73d0172e11df40139046d2daba340371 /radsecproxy.c | |
parent | 671b8f12f456f89f0432d983619d68516b8e0cb1 (diff) |
new debug version with timestamp off by default
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@394 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.c')
-rw-r--r-- | radsecproxy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/radsecproxy.c b/radsecproxy.c index 9a35c21..80f6a47 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -3526,6 +3526,7 @@ int main(int argc, char **argv) { if (!foreground && (daemon(0, 0) < 0)) debugx(1, DBG_ERR, "daemon() failed: %s", strerror(errno)); + debug_timestamp_on(); debug(DBG_INFO, "radsecproxy revision $Rev$ starting"); sigemptyset(&sigset); |