1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-26 10:03:40 +03:00

dbus1: make gcc shut up

This commit is contained in:
Lennart Poettering 2013-12-03 02:07:24 +01:00
parent 144e9e5890
commit c71ecee578

View File

@ -294,7 +294,7 @@ int main(int argc, char *argv[]) {
path = "/usr/share/dbus-1/system-services";
type = "system";
units = SYSTEM_DATA_UNIT_PATH;
} else if (r < 0) {
} else {
log_error("Failed to determine whether we are running as user or system instance: %s", strerror(-r));
return r;
}