Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2023-05-22 18:48:29 +03:00
parent 890a0e104e
commit 5b15e2d33d
+2 -2
View File
@@ -85,7 +85,7 @@ impl BackgroundTask {
if sender.send(response).await.is_err() {
tracing::warn!(
target: LOG_TARGET,
"Cannot send notification to susbcription {:?}",
"Cannot send notification to subscription {:?}",
id
);
}
@@ -128,7 +128,7 @@ impl BackgroundTask {
if sender.send(result).await.is_err() {
tracing::warn!(
target: LOG_TARGET,
"Cannot send notification to susbcription {:?}",
"Cannot send notification to subscription {:?}",
id
);
}