From 2cc3dfc2ce3fa423b56054fba61c0a421b8bdb38 Mon Sep 17 00:00:00 2001 From: orignal Date: Mon, 28 Dec 2015 12:26:10 -0500 Subject: [PATCH] fixed windows build --- Win32/Win32Service.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Win32/Win32Service.cpp b/Win32/Win32Service.cpp index cfeba0fe..5a9a8789 100644 --- a/Win32/Win32Service.cpp +++ b/Win32/Win32Service.cpp @@ -138,7 +138,7 @@ void I2PService::Start(DWORD dwArgc, PSTR *pszArgv) } catch (...) { - LogPrint("Win32Service failed to start.", EVENTLOG_ERROR_TYPE); + LogPrint(eLogError, "Win32Service failed to start.", EVENTLOG_ERROR_TYPE); SetServiceStatus(SERVICE_STOPPED); }