Improve daemon deprecation message
This commit is contained in:
parent
bda395191b
commit
485c4fd467
@ -198,7 +198,7 @@ public class DaemonCommand implements MultiLocalCommand, LocalCommand {
|
|||||||
&& httpAddress == null
|
&& httpAddress == null
|
||||||
&& inheritedChannel == null) {
|
&& inheritedChannel == null) {
|
||||||
logger.warn(
|
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());
|
daemonHandler.runDbus(false, DbusConfig.getBusname());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user