mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
logger: fix error handling
This commit is contained in:
parent
cfcfd4aefe
commit
aeb70c8d60
2
TODO
2
TODO
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user