From 9e2863ec7166913db85b51aeaf97900b63bd3d50 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Fri, 8 May 2015 15:44:28 -0700 Subject: [PATCH] api: getImages: changed error message Signed-off-by: Andrea Luzzardi --- api/handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/handlers.go b/api/handlers.go index e8158a60e9..5f3996637d 100644 --- a/api/handlers.go +++ b/api/handlers.go @@ -97,7 +97,7 @@ func getImages(c *context, w http.ResponseWriter, r *http.Request) { } } - httpError(w, fmt.Sprintf("Not found an engine which has all images: %s", names), http.StatusNotFound) + httpError(w, fmt.Sprintf("Unable to find an engine containing all images: %s", names), http.StatusNotFound) } // GET /images/json