mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Improve identites listing
This commit is contained in:
parent
884fa2748e
commit
bc3bdbbf21
2 changed files with 11 additions and 2 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue