Skip to content

Commit

Permalink
Make log message less ambiguous
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Karetnikov committed Oct 25, 2023
1 parent 966704b commit 0f722c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda-store-server/conda_store_server/server/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def initialize(self, *args, **kwargs):
f"Running conda-store with database: {self.conda_store.database_url}"
)
self.log.info(
f"Running conda-store with storage: {self.conda_store.store_directory}"
f"Running conda-store with store directory: {self.conda_store.store_directory}"
)

if self.conda_store.upgrade_db:
Expand Down

0 comments on commit 0f722c0

Please sign in to comment.