improve error message

This commit is contained in:
ppom 2024-10-01 12:00:00 +02:00
commit b2c85a5d39

View file

@ -113,7 +113,7 @@ impl Stream {
}
}
}
error!("stream {} exited", self.name);
error!("stream {} exited: its command returned.", self.name);
}
}