Additional logging AddonInfo addons.xml (#3928)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2023-12-20 11:19:35 +01:00
committed by GitHub
parent d7486a985e
commit 5e94d8350b
@@ -103,7 +103,7 @@ public class AddonInfoAddonsXmlProvider implements AddonInfoProvider {
} catch (IOException e) {
logger.warn("File '{}' could not be read", f.getName());
} catch (ConversionException e) {
logger.warn("File '{}' has invalid content", f.getName());
logger.warn("File '{}' has invalid content: {}", f.getName(), e.getMessage());
} catch (XStreamException e) {
logger.warn("File '{}' could not be deserialized", f.getName());
} catch (SecurityException e) {