Skip to content

Commit

Permalink
missing resource text
Browse files Browse the repository at this point in the history
  • Loading branch information
TomekMelissa committed Feb 22, 2019
1 parent 51fa26b commit ae9058b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Job.ExecutionMonitor/ExecutionMonitor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ private async Task PostProcessMessage(string executionStatus, DataMessage dataMe
{
if (Log.IsDebugEnabled)
Log.DebugFormat(CultureInfo.InvariantCulture,
string.Format(Resources.Job_0_Execution_1_status_check_returned_2, _context.JobDetail.Key, dataMessage.MessageId, executionStatus));
string.Format(Resources.Job_0_ExecutionId_1_status_check_returned_2, _context.JobDetail.Key, dataMessage.MessageId, executionStatus));
switch (executionStatus)
{
case "Succeeded":
Expand Down
9 changes: 9 additions & 0 deletions Job.ExecutionMonitor/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Job.ExecutionMonitor/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,7 @@
<data name="Job_0_download_of_error_keys_file_failed_1" xml:space="preserve">
<value>Job: {0} Download of error keys file failed. Exception : {1}</value>
</data>
<data name="Job_0_ExecutionId_1_status_check_returned_2" xml:space="preserve">
<value>Job: {0} ExecutionId: {1} import status check returned: {2}</value>
</data>
</root>

0 comments on commit ae9058b

Please sign in to comment.