]> nmode's Git Repositories - signal-cli/commitdiff
Log signal-cli version on startup
authorAsamK <asamk@gmx.de>
Tue, 23 May 2023 17:13:59 +0000 (19:13 +0200)
committerAsamK <asamk@gmx.de>
Tue, 23 May 2023 17:34:13 +0000 (19:34 +0200)
src/main/java/org/asamk/signal/App.java

index e8c30a97531ec7c749cbebd04919d2b47d6210c9..a791941cfad72906cc62786e66312bb060db6fda 100644 (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) {