mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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.
This commit is contained in:
parent
a2d469afaf
commit
2c2ec261a8
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue