summaryrefslogtreecommitdiff
path: root/radsecproxy.c
diff options
context:
space:
mode:
authorvenaas <venaas>2009-03-11 12:48:54 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2009-03-11 12:48:54 +0000
commit27c0f9606428773c55340f2d29f207e9767f387b (patch)
treea45632e3edcd09b224bedcae92afbdeca4e871f2 /radsecproxy.c
parenta2d082f88cb669f2c42f6c0b78ee4afb8c7a84be (diff)
preparing for 1.3 release
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.3@488 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.c')
-rw-r--r--radsecproxy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/radsecproxy.c b/radsecproxy.c
index b78d46b..979fe41 100644
--- a/radsecproxy.c
+++ b/radsecproxy.c
@@ -3035,7 +3035,7 @@ void getargs(int argc, char **argv, uint8_t *foreground, uint8_t *pretend, uint8
*pretend = 1;
break;
case 'v':
- debug(DBG_ERR, "radsecproxy 1.3-beta");
+ debug(DBG_ERR, "radsecproxy 1.3");
debug(DBG_ERR, "This binary was built with support for the following transports:");
#ifdef RADPROT_UDP
debug(DBG_ERR, " UDP");
@@ -3154,7 +3154,7 @@ int main(int argc, char **argv) {
debugx(1, DBG_ERR, "daemon() failed: %s", strerror(errno));
debug_timestamp_on();
- debug(DBG_INFO, "radsecproxy 1.3-beta starting");
+ debug(DBG_INFO, "radsecproxy 1.3 starting");
if (pidfile && !createpidfile(pidfile))
debugx(1, DBG_ERR, "failed to create pidfile %s: %s", pidfile, strerror(errno));