1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-11 17:37:53 +00:00

fixed windows build

This commit is contained in:
orignal 2015-12-28 12:26:10 -05:00
parent 459800568a
commit 2cc3dfc2ce

View File

@ -138,7 +138,7 @@ void I2PService::Start(DWORD dwArgc, PSTR *pszArgv)
} }
catch (...) catch (...)
{ {
LogPrint("Win32Service failed to start.", EVENTLOG_ERROR_TYPE); LogPrint(eLogError, "Win32Service failed to start.", EVENTLOG_ERROR_TYPE);
SetServiceStatus(SERVICE_STOPPED); SetServiceStatus(SERVICE_STOPPED);
} }