Improve identites listing

This commit is contained in:
AsamK 2023-08-26 16:33:39 +02:00
parent 884fa2748e
commit bc3bdbbf21
2 changed files with 11 additions and 2 deletions

View file

@ -1032,7 +1032,7 @@ public class DbusSignalImpl implements Signal {
connection.exportObject(object);
logger.debug("Exported dbus object: " + object.getObjectPath());
} catch (DBusException e) {
e.printStackTrace();
logger.warn("Failed to export dbus object (" + object.getObjectPath() + "): " + e.getMessage());
}
}