mirror of
https://github.com/systemd/systemd.git
synced 2024-11-06 08:26:52 +03:00
loopback: downgrade an error to warning
This commit is contained in:
parent
715ac17a84
commit
a2c422cbbe
@ -265,7 +265,7 @@ int loopback_setup(void) {
|
||||
|
||||
finish:
|
||||
if (r < 0)
|
||||
log_error("Failed to configure loopback device: %s", strerror(-r));
|
||||
log_warning("Failed to configure loopback device: %s", strerror(-r));
|
||||
|
||||
if (fd >= 0)
|
||||
close_nointr_nofail(fd);
|
||||
|
Loading…
Reference in New Issue
Block a user