fixed warnings
This commit is contained in:
parent
1c40d9e59b
commit
1740d70845
6 changed files with 12 additions and 26 deletions
|
@ -92,10 +92,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
DataProvider.AddAuditLogRecord(recordId, severityId, userId, username, packageId, itemId, itemName,
|
||||
startDate, finishDate, sourceName, taskName, executionLog);
|
||||
}
|
||||
catch(Exception ex)
|
||||
{
|
||||
// skip error
|
||||
}
|
||||
catch { }
|
||||
}
|
||||
|
||||
private static DateTime GetStartDate(DateTime d)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue