summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2011-09-29 11:22:54 +0200
committerLinus Nordberg <linus@nordu.net>2011-09-29 11:22:54 +0200
commited56d62fc2a90fccae235dc3775a83c609a172b6 (patch)
tree8960d6e853600b36ae97d87b7bdf8b350d94cfdb
parent35d05b2ded37fda1aec6e7c144c07548081b9553 (diff)
catgconf has changed name.
-rw-r--r--catgconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/catgconf.c b/catgconf.c
index 650a0e9..5cdec68 100644
--- a/catgconf.c
+++ b/catgconf.c
@@ -44,7 +44,7 @@ int main(int argc, char **argv) {
int c, compact = 0;
struct gconffile *cfs;
- debug_init("catgconf");
+ debug_init("radsecproxy-conf");
debug_set_level(DBG_WARN);
while ((c = getopt(argc, argv, "c")) != -1) {