소스 검색
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 년 전
No known key found for this signature in database
GPG 키 ID: 90B11993D9AEBB5
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
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)) |
|
|
|