Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Nov 29, 2024
1 parent 5ef6aa0 commit 4498ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def initialize_extensions(app: DifyApp):
is_enabled = ext.is_enabled() if hasattr(ext, "is_enabled") else True
if not is_enabled:
if dify_config.DEBUG:
logging.info(f"Skipped loading {short_name}")
logging.info(f"Skipped {short_name}")
continue

start_time = time.perf_counter()
Expand Down

0 comments on commit 4498ee5

Please sign in to comment.