summaryrefslogtreecommitdiff
path: root/radsecproxy.c
diff options
context:
space:
mode:
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 da611a0..577f019 100644
--- a/radsecproxy.c
+++ b/radsecproxy.c
@@ -3435,7 +3435,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.1");
+ debugx(0, DBG_ERR, "radsecproxy 1.2");
default:
goto usage;
}
@@ -3519,7 +3519,7 @@ int main(int argc, char **argv) {
debugx(1, DBG_ERR, "daemon() failed: %s", strerror(errno));
debug_timestamp_on();
- debug(DBG_INFO, "radsecproxy 1.1 starting");
+ debug(DBG_INFO, "radsecproxy 1.2 starting");
sigemptyset(&sigset);
/* exit on all but SIGPIPE, ignore more? */