mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Fix logging about SIGHUP to the wrong snotice character.
This commit is contained in:
parent
0d11ccf609
commit
73ac91e4ed
@ -35,7 +35,7 @@ void InspIRCd::HandleSignal(sig_atomic_t signal)
|
||||
|
||||
#ifndef _WIN32
|
||||
case SIGHUP:
|
||||
ServerInstance->SNO.WriteGlobalSno('a', "Rehashing due to SIGHUP");
|
||||
ServerInstance->SNO.WriteGlobalSno('r', "Rehashing due to SIGHUP");
|
||||
Rehash();
|
||||
break;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user