Log signal-cli version on startup

This commit is contained in:
AsamK 2023-05-23 19:13:59 +02:00
parent ff162cb44d
commit 83c75acd0a

View file

@ -120,6 +120,7 @@ public class App {
}
public void init() throws CommandException {
logger.debug("Starting {}", BaseConfig.PROJECT_NAME + " " + BaseConfig.PROJECT_VERSION);
var commandKey = ns.getString("command");
var command = Commands.getCommand(commandKey);
if (command == null) {