Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion JobProcessor/JobProcessorCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ private void ProcessJob(string type, IDictionary<string, string> parameters)

private static void LogException(Exception ex, string message)
{
// Typically here would be a real exception handling code, nputting a simle placeholder to log to DB
// Typically here would be a real exception handling code, inputting a simple placeholder to log to DB

var logic = new JobManagement.JobsCore(ConfigurationManager.AppSettings["database"]);
logic.LogError(ex.ToString(), message);
Expand Down