From 842497d6a8b72999e70613fa8d5ff1ee6acc1ecf Mon Sep 17 00:00:00 2001 From: venaas Date: Mon, 22 Sep 2008 13:02:13 +0000 Subject: 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 --- radsecproxy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'radsecproxy.c') 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); -- cgit v1.1