forked from pool/systemd
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=873
This commit is contained in:
parent
56ed1b29e8
commit
cca68cb5c6
@ -34,7 +34,7 @@ https://bugzilla.opensuse.org/show_bug.cgi?id=934077
|
||||
+
|
||||
+ b = parse_boolean(value);
|
||||
+ if (b < 0)
|
||||
+ log_debug_unit(u->id, "Failed to parse bus-name-good value %s", value);
|
||||
+ log_unit_debug(u->id, "Failed to parse bus-name-good value %s", value);
|
||||
+ else
|
||||
+ s->bus_name_good = b;
|
||||
} else if (streq(key, "status-text")) {
|
||||
|
Loading…
Reference in New Issue
Block a user