mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Additional logging AddonInfo addons.xml (#3928)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user