diff options
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) { |