summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {