mirror of
https://github.com/actions/runner.git
synced 2025-12-13 09:21:10 +00:00
@@ -36,7 +36,7 @@ namespace RunnerService
|
||||
catch (Win32Exception ex)
|
||||
{
|
||||
Console.WriteLine("[ERROR] Unable to create '{0}' event source under 'Application' event log.", RunnerService.EventSourceName);
|
||||
Console.WriteLine("[ERROR] {0}",ex.Message);
|
||||
Console.WriteLine("[ERROR] {0}", ex.Message);
|
||||
Console.WriteLine("[ERROR] Error Code: {0}", ex.ErrorCode);
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user