Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion casbin_rabbitmq_watcher/watcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def log_record(f: callable):
try:
result = f()
except Exception as e:
print(f"Casbin Redis Watcher error: {e}")
print(f"Casbin RabbitMQ Watcher error: {e}")
else:
return result

Expand Down