log publish error

This commit is contained in:
Denis-Cosmin Nutiu 2024-12-23 15:02:39 +02:00
parent 4b421c6d4b
commit 48bc873881

View file

@ -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);
}
}
}