diff options
author | Spp <spp@jorge.gr> | 2012-11-27 10:23:56 +0100 |
---|---|---|
committer | Spp <spp@jorge.gr> | 2012-11-27 13:03:12 +0100 |
commit | 2251d1bfae88b8f7d18d4111929f4bb03f4a4131 (patch) | |
tree | 8754bc747705711195a1c9ce6d0efd13d0c402d3 /src/server/shared/Utilities/ServiceWin32.cpp | |
parent | 8a7ec89883e24741c666577b496fbdfee3582358 (diff) |
Core/Misc: Set mode 0644 for files
Diffstat (limited to 'src/server/shared/Utilities/ServiceWin32.cpp')
-rw-r--r--[-rwxr-xr-x] | src/server/shared/Utilities/ServiceWin32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/shared/Utilities/ServiceWin32.cpp b/src/server/shared/Utilities/ServiceWin32.cpp index 91a78af1adc..390b1a35010 100755..100644 --- a/src/server/shared/Utilities/ServiceWin32.cpp +++ b/src/server/shared/Utilities/ServiceWin32.cpp @@ -255,7 +255,7 @@ bool WinServiceRun() if (!StartServiceCtrlDispatcher(serviceTable)) { - sLog->outError(LOG_FILTER_GENERAL, "StartService Failed. Error [%u]", ::GetLastError()); + sLog->outError(LOG_FILTER_WORLDSERVER, "StartService Failed. Error [%u]", ::GetLastError()); return false; } return true; |