diff options
author | Linus Nordberg <linus@nordu.net> | 2011-09-29 11:22:54 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-09-29 11:22:54 +0200 |
commit | ed56d62fc2a90fccae235dc3775a83c609a172b6 (patch) | |
tree | 8960d6e853600b36ae97d87b7bdf8b350d94cfdb /catgconf.c | |
parent | 35d05b2ded37fda1aec6e7c144c07548081b9553 (diff) |
catgconf has changed name.
Diffstat (limited to 'catgconf.c')
-rw-r--r-- | catgconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |