diff options
author | venaas <venaas> | 2008-02-01 05:30:30 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-02-01 05:30:30 +0000 |
commit | 10f83ae76c00713065236708251a7d4abfece883 (patch) | |
tree | cbb17b973a08fbf58b4e3c1ffd5cbc6377cb0e69 /radsecproxy.c | |
parent | 6350e5e6ab1b50cda14a9c650d59edc6e3ca8765 (diff) |
fixed version in startup message
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@208 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.c')
-rw-r--r-- | radsecproxy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/radsecproxy.c b/radsecproxy.c index ff6d85a..d4a2fc8 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -2755,7 +2755,7 @@ void getargs(int argc, char **argv, uint8_t *foreground, uint8_t *pretend, uint8 *pretend = 1; break; case 'v': - debugx(0, DBG_ERR, "radsecproxy 1.0-alpha"); + debugx(0, DBG_ERR, "radsecproxy 1.1-alpha"); default: goto usage; } @@ -2805,7 +2805,7 @@ int main(int argc, char **argv) { if (!foreground && (daemon(0, 0) < 0)) debugx(1, DBG_ERR, "daemon() failed: %s", strerror(errno)); - debug(DBG_INFO, "radsecproxy 1.0-alpha starting"); + debug(DBG_INFO, "radsecproxy 1.1-alpha starting"); if (client_udp_count) { udp_server_replyq = newreplyq(); |