diff --git a/Modules.Interfaces/ZUGFeRDInterface/PDFEmbeds.vb b/Modules.Interfaces/ZUGFeRDInterface/PDFEmbeds.vb index 5ec46840..215b7198 100644 --- a/Modules.Interfaces/ZUGFeRDInterface/PDFEmbeds.vb +++ b/Modules.Interfaces/ZUGFeRDInterface/PDFEmbeds.vb @@ -34,7 +34,7 @@ Public Class PDFEmbeds oFileInfo = New FileInfo(FilePath) Logger.Debug("Filename: {0}", oFileInfo.Name) - Logger.Debug("Filesize: {0}", oFileInfo.Length) + Logger.Debug("Filesize: {0} bytes", oFileInfo.Length) Logger.Debug("Exists: {0}", oFileInfo.Exists) Catch ex As Exception Logger.Warn("File information for [{0}] could not be read!", FilePath)