Skip to content
Snippets Groups Projects
Unverified Commit 2c2ec261 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

services: shepherd: Clarify error message about missing service.

Suggested by Tobias Geerinckx-Rice <me@tobias.gr>.

* gnu/services/shepherd.scm (assert-valid-graph)[assert-satisfied-requirements]:
Clarify error message.
parent a2d469af
No related branches found
No related tags found
No related merge requests found
...@@ -175,7 +175,7 @@ (define (assert-satisfied-requirements service) ...@@ -175,7 +175,7 @@ (define (assert-satisfied-requirements service)
(&message (&message
(message (message
(format #f (_ "service '~a' requires '~a', \ (format #f (_ "service '~a' requires '~a', \
which is undefined") which is not provided by any service")
(match (shepherd-service-provision service) (match (shepherd-service-provision service)
((head . _) head) ((head . _) head)
(_ service)) (_ service))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment