diff options
author | venaas <venaas> | 2008-09-22 13:02:13 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-09-22 13:02:13 +0000 |
commit | 842497d6a8b72999e70613fa8d5ff1ee6acc1ecf (patch) | |
tree | b07a61dcbc8e3c1b8132e3a1e99c34f994961124 /radsecproxy.c | |
parent | 977aeaa206964b7590c18dce1088d6f89745165b (diff) |
new debug version with timestamp off by default
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@395 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 f2d8346..cc0dd03 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -3457,6 +3457,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 1.1 starting"); sigemptyset(&sigset); |