mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-28 07:57:01 +00:00
Comment out error log for missing subscribers (#448)
This commit is contained in:
@@ -86,7 +86,7 @@ impl Notifier {
|
|||||||
|
|
||||||
// Check if any subscribers are interested in the event
|
// Check if any subscribers are interested in the event
|
||||||
if !notification_sys.has_subscriber(&args.bucket_name, &args.event_name).await {
|
if !notification_sys.has_subscriber(&args.bucket_name, &args.event_name).await {
|
||||||
error!("No subscribers for event: {} in bucket: {}", args.event_name, args.bucket_name);
|
// error!("No subscribers for event: {} in bucket: {}", args.event_name, args.bucket_name);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user