mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
net/message_subscriber/notify(): added target to dispacher warning
This commit is contained in:
@@ -212,6 +212,7 @@ impl MessageSubsystem {
|
||||
}
|
||||
None => {
|
||||
warn!(
|
||||
target: "MessageSubsystem::notify",
|
||||
"MessageSubsystem::notify(\"{}\", payload) did not find a dispatcher",
|
||||
command
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user