MS GDPicture Verweis

This commit is contained in:
Developer01
2025-03-26 14:05:16 +01:00
parent 11a92817bc
commit 5df478bdab
6 changed files with 316 additions and 42 deletions

View File

@@ -51,7 +51,7 @@ Public Class frmStart
IndexForm = New frmIndex()
Catch ex As Exception
LOGGER.Error(ex)
LOGGER.Warn("Error while initializing frm Index ...")
LOGGER.Warn($"Error while initializing frmIndex: {ex.Message}")
End Try
LOGGER.Debug("Load frmIndex ready")