net/message_subscriber/notify(): added target to dispacher warning

This commit is contained in:
aggstam
2022-07-31 18:54:49 +03:00
parent bc9d313765
commit aff8df6a78

View File

@@ -212,6 +212,7 @@ impl MessageSubsystem {
}
None => {
warn!(
target: "MessageSubsystem::notify",
"MessageSubsystem::notify(\"{}\", payload) did not find a dispatcher",
command
);