From 449b3016e811c06c9884d9d2ad4dc99637cd0cfb Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Tue, 12 Jan 2021 10:55:59 +0100 Subject: [PATCH] ZUGFeRD: Move message for non-zugferd files to info --- Modules.Jobs/EDMI/ZUGFeRD/ImportZUGFeRDFiles.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules.Jobs/EDMI/ZUGFeRD/ImportZUGFeRDFiles.vb b/Modules.Jobs/EDMI/ZUGFeRD/ImportZUGFeRDFiles.vb index 7728fa1b..38be5ef8 100644 --- a/Modules.Jobs/EDMI/ZUGFeRD/ImportZUGFeRDFiles.vb +++ b/Modules.Jobs/EDMI/ZUGFeRD/ImportZUGFeRDFiles.vb @@ -202,7 +202,7 @@ Public Class ImportZUGFeRDFiles Catch ex As ZUGFeRDExecption Select Case ex.ErrorType 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) Continue For