Correct grammar in a couple of error messages!

You wouldn't believe English is my first language sometimes!
This commit is contained in:
g0wfv 2017-06-08 11:44:01 +01:00
parent 9868621023
commit bd3d3d68ab

View file

@ -111,10 +111,10 @@ int main(int argc, char** argv)
delete host;
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)
::LogInfo("MMDVMHost-%s is exited on receipt of SIGTERM", VERSION);
::LogInfo("MMDVMHost-%s exited on receipt of SIGTERM", VERSION);
if (m_signal == 1)
::LogInfo("MMDVMHost-%s is restarting on receipt of SIGHUP", VERSION);