diff options
author | Adam <Adam@anope.org> | 2010-10-21 23:20:48 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-10-21 23:20:48 -0400 |
commit | 791c2b89a5b09d3e3e3785669b29438ffec26295 (patch) | |
tree | 60a4647572e80d5f037fe2d9e49338a34cc0d6ea /src/main.cpp | |
parent | 4f317a242104b623d2e5257bc672fd56c0240a0e (diff) |
Changed the log:normal config directive to a list like the other log values, and fixed a potential crash from rehashing while sending mail
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 2cacfd8f2..c87b0a7fc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -255,7 +255,7 @@ void sighandler(int signum) { #ifndef _WIN32 case SIGHUP: - Log() << "Received SIGHUP: Saving Databases & Rehash Configuration"; + Log() << "Received SIGHUP: Saving databases & rehashing configuration"; expire_all(); save_databases(); |