From f86c2c4f8c2a090f19fddf61e5dcbff445ca8e3c Mon Sep 17 00:00:00 2001 From: James Hodgkinson Date: Tue, 14 May 2024 11:49:54 +1000 Subject: [PATCH] updating text to fix typo, add more info (#2761) --- unix_integration/src/client_sync.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix_integration/src/client_sync.rs b/unix_integration/src/client_sync.rs index 094650be3..190fc4743 100644 --- a/unix_integration/src/client_sync.rs +++ b/unix_integration/src/client_sync.rs @@ -111,7 +111,7 @@ impl DaemonClientBlocking { } } Err(e) => { - error!("Steam read failure -> {:?}", e); + error!("Stream read failure from {:?} -> {:?}", &self.stream, e); // Failure! return Err(Box::new(e)); }