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:37 +01:00
parent eef46c372f
commit 418761f586
+1 -1
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);