summaryrefslogtreecommitdiff
path: root/src/core/automount.c
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2015-07-22 14:17:12 +0200
committerTom Gundersen <teg@jklm.no>2015-07-22 14:17:12 +0200
commitbd37a92297a89f00d03757cf860dff9a8ae59b16 (patch)
treefa59bf0f807848e232f8b083f81724579599b6cf /src/core/automount.c
parent75cb22f1bf5a4ca465221f6041be96d10c95ff8d (diff)
parent64f575d2ab9a6743d3c7172b7591c88ba243cf1b (diff)
Merge pull request #647 from michich/job-logging
Job logging fixes and improvements
Diffstat (limited to 'src/core/automount.c')
-rw-r--r--src/core/automount.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/automount.c b/src/core/automount.c
index d847dc1629..90b331f70e 100644
--- a/src/core/automount.c
+++ b/src/core/automount.c
@@ -1066,7 +1066,6 @@ const UnitVTable automount_vtable = {
.finished_start_job = {
[JOB_DONE] = "Set up automount %s.",
[JOB_FAILED] = "Failed to set up automount %s.",
- [JOB_DEPENDENCY] = "Dependency failed for %s.",
},
.finished_stop_job = {
[JOB_DONE] = "Unset automount %s.",