X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Funit.c;h=67425ba913e0e2ce317ad5b6e852c0983ca7ec36;hp=2f95737da00a8a41d7101580c04b355c1519776b;hb=418761f5864fe1ae7e9bb884259cc9933ae8ad0c;hpb=eef46c372f64f40dd75415b2c504c73138719c8d diff --git a/src/core/unit.c b/src/core/unit.c index 2f95737da..67425ba91 100644 --- a/src/core/unit.c +++ b/src/core/unit.c @@ -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);