summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-01-16 15:23:18 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-01-16 15:23:18 +0000
commit27e2c104806bd85aa1ee04d6449bf9e3fc4f5078 (patch)
tree76983f639707f1750c401080a21b6ba333b07682 /src
parent97d14a8d5649b776e59be56f412f99ddf453ae08 (diff)
- Tweak reloading/rehasing config files server notice
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2831 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'src')
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index e984429..d7986e2 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -1032,7 +1032,7 @@ rehash(int sig)
{
if (sig != 0)
sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE,
- "Got signal SIGHUP, reloading ircd.conf file");
+ "Got signal SIGHUP, reloading configuration file(s)");
restart_resolver();