Compare commits
2 Commits
30c602a9bf
...
71e9fe7cd2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
71e9fe7cd2 | ||
|
|
726c3481e5 |
@@ -160,10 +160,10 @@ Public Class ImportZUGFeRDFiles
|
||||
Dim oMessageId As String = oFileGroup.Key
|
||||
Dim oMD5CheckSum As String = String.Empty
|
||||
|
||||
_logger.Info("Start processing file group {0}", oMessageId)
|
||||
_logger.Info("START processing file group {0}", oMessageId)
|
||||
|
||||
If _file.CheckFileAge(oFileGroupFiles, oArgs.MinFileAgeInMinutes) Then
|
||||
_logger.Info("At least one file was created less than [{0}] minutes ago. Skipping file group.")
|
||||
_logger.Info("At least one file was created less than [{0}] minutes ago. Skipping file group.", oArgs.MinFileAgeInMinutes)
|
||||
Continue For
|
||||
End If
|
||||
|
||||
@@ -378,7 +378,7 @@ Public Class ImportZUGFeRDFiles
|
||||
' Move all files of the current group
|
||||
_file.MoveFiles(oArgs, oMessageId, oFileGroupFiles, oEmailAttachmentFiles, oEmbeddedAttachmentFiles, oMoveDirectory, oIsSuccess)
|
||||
End If
|
||||
_logger.Info("Finished processing file group {0}", oMessageId)
|
||||
_logger.Info("END processing file group {0}", oMessageId)
|
||||
Catch ex As Exception
|
||||
' Send Email to Digital Data
|
||||
Dim oBody = _email.CreateBodyForUnhandledException(oMessageId, ex)
|
||||
|
||||
Reference in New Issue
Block a user