From 3c533d02788d43e539c22721217a683d42364a9a Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 22 Dec 2014 21:37:16 +0000 Subject: [PATCH] - Update reference.conf git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5087 82007160-df01-0410-b94d-b575c5fd34c7 --- doc/reference.conf | 2 +- src/config.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/reference.conf b/doc/reference.conf index 3116e50..9685824 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -517,7 +517,7 @@ scanner { * If your ircd supports a more specific line (see below), * using it will reduce false positives. */ - target_string = ":server.yournetwork.org NOTICE AUTH :*** Looking up your hostname"; + target_string = ":server.yournetwork.org NOTICE * :*** Looking up your hostname"; /* * If you try to connect too fast, you'll be throttled by your own diff --git a/src/config.c b/src/config.c index 4f89473..730d472 100644 --- a/src/config.c +++ b/src/config.c @@ -145,6 +145,6 @@ void config_setup() void yyerror(const char *str) { - log_printf("CONFIG -> %s: line %d", str, linenum); + log_printf("CONFIG -> %s: line %d, buf: %s", str, linenum,); exit(EXIT_FAILURE); } -- 2.30.2