mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-27 08:30:09 +00:00
logger: fix error handling
This commit is contained in:
@@ -69,6 +69,8 @@
|
||||
|
||||
* isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target
|
||||
|
||||
* alsa rule file, alsa service files, alsa state file → /var/lib, sequencer soll by device node ladbar
|
||||
|
||||
Fedora:
|
||||
|
||||
* obsolete readhead in system pkgs
|
||||
|
||||
+1
-1
@@ -318,7 +318,7 @@ static int stream_process(Stream *s, usec_t ts) {
|
||||
return 0;
|
||||
|
||||
log_warning("Failed to read from stream: %m");
|
||||
return -1;
|
||||
return -errno;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user