updating text to fix typo, add more info (#2761)

This commit is contained in:
James Hodgkinson 2024-05-14 11:49:54 +10:00 committed by GitHub
parent 9370eeb450
commit f86c2c4f8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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