From 2251d1bfae88b8f7d18d4111929f4bb03f4a4131 Mon Sep 17 00:00:00 2001 From: Spp Date: Tue, 27 Nov 2012 10:23:56 +0100 Subject: Core/Misc: Set mode 0644 for files --- src/server/shared/Utilities/ServiceWin32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 src/server/shared/Utilities/ServiceWin32.cpp (limited to 'src/server/shared/Utilities/ServiceWin32.cpp') diff --git a/src/server/shared/Utilities/ServiceWin32.cpp b/src/server/shared/Utilities/ServiceWin32.cpp old mode 100755 new mode 100644 index 91a78af1adc..390b1a35010 --- 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; -- cgit v1.2.3