log publish error
This commit is contained in:
parent
4b421c6d4b
commit
48bc873881
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ impl RedisService {
|
|||
.exec_async(&mut self.multiplexed_connection)
|
||||
.await;
|
||||
if result.is_err() {
|
||||
error!("Failed to publish {:?} to stream", post);
|
||||
error!("Failed to publish {:?} to stream", result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue