Skip to content

Commit

Permalink
Announce version at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Jul 29, 2024
1 parent 5027ae9 commit b936366
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xandikos/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -1466,6 +1466,8 @@ async def main(argv=None): # noqa: C901
options.current_user_principal,
)

logging.info("Xandikos %s", ".".join(map(str, xandikos_version)))

main_app = XandikosApp(
backend,
current_user_principal=options.current_user_principal,
Expand Down

0 comments on commit b936366

Please sign in to comment.