mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
updating text to fix typo, add more info (#2761)
This commit is contained in:
parent
9370eeb450
commit
f86c2c4f8c
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue