mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Log signal-cli version on startup
This commit is contained in:
parent
ff162cb44d
commit
83c75acd0a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue