mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-13 02:44:21 +01:00
Improve daemon deprecation message
This commit is contained in:
@@ -198,7 +198,7 @@ public class DaemonCommand implements MultiLocalCommand, LocalCommand {
|
||||
&& httpAddress == null
|
||||
&& inheritedChannel == null) {
|
||||
logger.warn(
|
||||
"Running daemon command without explicit mode is deprecated. Use --dbus to use the dbus interface.");
|
||||
"Running daemon command without explicit mode is deprecated. Use 'daemon --dbus' to use the dbus interface.");
|
||||
daemonHandler.runDbus(false, DbusConfig.getBusname());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user