Sfoglia il codice sorgente
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.
gn-latest-20200428
Ludovic Courtès
4 anni fa
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 90B11993D9AEBB5
1 ha cambiato i file con
1 aggiunte e
1 eliminazioni
-
gnu/services/shepherd.scm
|
|
@@ -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)) |
|
|
|