mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 13:41:31 +00:00
+1
-1
@@ -259,7 +259,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
fd = inhibit(bus, &error);
|
||||
if (fd < 0) {
|
||||
log_error("Failed to inhibit: %s", bus_error_message(&error, -r));
|
||||
log_error("Failed to inhibit: %s", bus_error_message(&error, fd));
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user