mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 20:55:47 +01:00
improve error message
This commit is contained in:
parent
85ba7c8152
commit
b2c85a5d39
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ impl Stream {
|
|||
}
|
||||
}
|
||||
}
|
||||
error!("stream {} exited", self.name);
|
||||
error!("stream {} exited: its command returned.", self.name);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue