ZUGFeRD: Move message for non-zugferd files to info
This commit is contained in:
parent
57bf8dfd8e
commit
449b3016e8
@ -202,7 +202,7 @@ Public Class ImportZUGFeRDFiles
|
|||||||
Catch ex As ZUGFeRDExecption
|
Catch ex As ZUGFeRDExecption
|
||||||
Select Case ex.ErrorType
|
Select Case ex.ErrorType
|
||||||
Case ZUGFeRDInterface.ErrorType.NoZugferd
|
Case ZUGFeRDInterface.ErrorType.NoZugferd
|
||||||
_logger.Warn("File [{0}] is not a valid ZUGFeRD document! Skipping.", oFile.Name)
|
_logger.Info("File [{0}] is not a valid ZUGFeRD document. Skipping.", oFile.Name)
|
||||||
oEmailAttachmentFiles.Add(oFile)
|
oEmailAttachmentFiles.Add(oFile)
|
||||||
Continue For
|
Continue For
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user