1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-26 03:22:00 +03:00

core: correct a log message

The log message talks specifically about services, though it actually
applies to any kind of unit.
This commit is contained in:
Lennart Poettering 2015-02-11 18:51:35 +01:00
parent eef46c372f
commit 418761f586
Notes: Lennart Poettering 2015-02-12 18:19:01 +01:00
Backport: message

View File

@ -1653,7 +1653,7 @@ static void unit_check_binds_to(Unit *u) {
if (!stop)
return;
log_unit_info(u->id, "Unit %s is bound to inactive service. Stopping, too.", u->id);
log_unit_info(u->id, "Unit %s is bound to inactive unit. Stopping, too.", u->id);
/* A unit we need to run is gone. Sniff. Let's stop this. */
manager_add_job(u->manager, JOB_STOP, u, JOB_FAIL, true, NULL, NULL);