mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Correct grammar in a couple of error messages!
You wouldn't believe English is my first language sometimes!
This commit is contained in:
@@ -111,10 +111,10 @@ int main(int argc, char** argv)
|
|||||||
delete host;
|
delete host;
|
||||||
|
|
||||||
if (m_signal == 2)
|
if (m_signal == 2)
|
||||||
::LogInfo("MMDVMHost-%s is exited on receipt of SIGINT", VERSION);
|
::LogInfo("MMDVMHost-%s exited on receipt of SIGINT", VERSION);
|
||||||
|
|
||||||
if (m_signal == 15)
|
if (m_signal == 15)
|
||||||
::LogInfo("MMDVMHost-%s is exited on receipt of SIGTERM", VERSION);
|
::LogInfo("MMDVMHost-%s exited on receipt of SIGTERM", VERSION);
|
||||||
|
|
||||||
if (m_signal == 1)
|
if (m_signal == 1)
|
||||||
::LogInfo("MMDVMHost-%s is restarting on receipt of SIGHUP", VERSION);
|
::LogInfo("MMDVMHost-%s is restarting on receipt of SIGHUP", VERSION);
|
||||||
|
|||||||
Reference in New Issue
Block a user