Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Nov 30, 2023
1 parent 8353707 commit 0df30ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions citydb-cli/src/main/java/org/citydb/cli/Launcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,7 @@ private int execute(String[] args) throws Exception {
@Override
public Integer call() throws ExecutionException {
initializeLogging();
logger.info("Starting " + CliConstants.APP_NAME + " (" + CliConstants.APP_COMMAND + "), " +
"version " + CliConstants.APP_VERSION + ".");
logger.info("Starting " + CliConstants.APP_NAME + ", " + "version " + CliConstants.APP_VERSION + ".");

if (pidFile != null) {
createPidFile();
Expand Down

0 comments on commit 0df30ec

Please sign in to comment.