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.master
parent
a2d469afaf
commit
2c2ec261a8
|
@ -175,7 +175,7 @@ assertion failure."
|
|||
(&message
|
||||
(message
|
||||
(format #f (_ "service '~a' requires '~a', \
|
||||
which is undefined")
|
||||
which is not provided by any service")
|
||||
(match (shepherd-service-provision service)
|
||||
((head . _) head)
|
||||
(_ service))
|
||||
|
|
Reference in New Issue