Log signal-cli version on startup
This commit is contained in:
parent
ff162cb44d
commit
83c75acd0a
@ -120,6 +120,7 @@ public class App {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void init() throws CommandException {
|
public void init() throws CommandException {
|
||||||
|
logger.debug("Starting {}", BaseConfig.PROJECT_NAME + " " + BaseConfig.PROJECT_VERSION);
|
||||||
var commandKey = ns.getString("command");
|
var commandKey = ns.getString("command");
|
||||||
var command = Commands.getCommand(commandKey);
|
var command = Commands.getCommand(commandKey);
|
||||||
if (command == null) {
|
if (command == null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user