diff options
author | Tom Gundersen <teg@jklm.no> | 2015-07-22 14:17:12 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-07-22 14:17:12 +0200 |
commit | bd37a92297a89f00d03757cf860dff9a8ae59b16 (patch) | |
tree | fa59bf0f807848e232f8b083f81724579599b6cf /src/core/automount.c | |
parent | 75cb22f1bf5a4ca465221f6041be96d10c95ff8d (diff) | |
parent | 64f575d2ab9a6743d3c7172b7591c88ba243cf1b (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.c | 1 |
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.", |