EDMIService: Better Job name logging

This commit is contained in:
Jonathan Jenne 2020-12-22 12:04:32 +01:00
parent 69621f707b
commit bb14a90226

View File

@ -20,7 +20,7 @@ Public Class DatatableJob
Dim oResult As New JobResult()
oLogger.Info("Running Datatable Job [{0}]", oCronJobTitle)
oLogger.Info("Running Datatable Job [{0}]/[{1}]", context.JobDetail.Key, oCronJobTitle)
Try
Dim oMSSQL As MSSQLServer = oJobData.Item("MSSQL")