mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-21 04:01:01 +00:00
@@ -85,7 +85,7 @@ impl BackgroundTask {
|
|||||||
if sender.send(response).await.is_err() {
|
if sender.send(response).await.is_err() {
|
||||||
tracing::warn!(
|
tracing::warn!(
|
||||||
target: LOG_TARGET,
|
target: LOG_TARGET,
|
||||||
"Cannot send notification to susbcription {:?}",
|
"Cannot send notification to subscription {:?}",
|
||||||
id
|
id
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -128,7 +128,7 @@ impl BackgroundTask {
|
|||||||
if sender.send(result).await.is_err() {
|
if sender.send(result).await.is_err() {
|
||||||
tracing::warn!(
|
tracing::warn!(
|
||||||
target: LOG_TARGET,
|
target: LOG_TARGET,
|
||||||
"Cannot send notification to susbcription {:?}",
|
"Cannot send notification to subscription {:?}",
|
||||||
id
|
id
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user