Skip to content

Commit

Permalink
Add missed space
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Jun 13, 2024
1 parent e704d6a commit 5e21f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/palace/manager/celery/tasks/patron_activity.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def sync_patron_activity(
status = patron_activity_status.status()
state = status.state.name if status is not None else "UNKNOWN"
task.log.info(
f"Patron activity sync task could not acquire lock. Task will not"
f"Patron activity sync task could not acquire lock. Task will not "
f"perform sync. Lock state ({state}) for patron (id: {patron_id}) and "
f"collection (id: {collection_id})."
)
Expand Down

0 comments on commit 5e21f1d

Please sign in to comment.