Skip to content

Commit

Permalink
print version on daemon startup
Browse files Browse the repository at this point in the history
  • Loading branch information
mmgoodnow committed Sep 25, 2023
1 parent fb40b74 commit b8a93ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/cmd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ createCommandWithSharedOptions("daemon", "Start the cross-seed daemon")
setRuntimeConfig(runtimeConfig);
initializeLogger();
initializePushNotifier();
logger.info(`${PROGRAM_NAME} v${PROGRAM_VERSION}`);
logger.verbose({
label: Label.CONFIGDUMP,
message: inspect(runtimeConfig),
Expand Down

0 comments on commit b8a93ef

Please sign in to comment.