summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
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();