diff --git a/main.cpp b/main.cpp index 5e25a309..d1f2f280 100644 --- a/main.cpp +++ b/main.cpp @@ -55,6 +55,7 @@ static void die(int sig) { } static void rehash(int sig) { + CUtils::PrintMessage("Caught SIGHUP"); CZNC::Get().SetNeedRehash(true); }