api: getImages: changed error message

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi 2015-05-08 15:44:28 -07:00
parent 7403991cac
commit 9e2863ec71
1 changed files with 1 additions and 1 deletions

View File

@ -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