Skip to content

Commit 677d874

Browse files
Update taurus/src/main.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
1 parent efd2ab0 commit 677d874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taurus/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ async fn main() {
135135
// Send a response to the reply subject
136136
if let Some(reply) = msg.reply {
137137
match client.publish(reply, value.encode_to_vec().into()).await {
138-
Ok(_) => log::info!("Response sent"),
138+
Ok(_) => log::debug!("Response sent"),
139139
Err(err) => log::error!("Failed to send response: {:?}", err),
140140
}
141141
}

0 commit comments

Comments
 (0)