Skip to content

Commit

Permalink
Merge pull request moby#11845 from lobatt/master
Browse files Browse the repository at this point in the history
  • Loading branch information
crosbymichael committed Mar 27, 2015
2 parents 7cc7360 + f581f74 commit c088486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ func makeHttpHandler(eng *engine.Engine, logging bool, localMethod string, local
}

if version.GreaterThan(api.APIVERSION) {
http.Error(w, fmt.Errorf("client and server don't have same version (client : %s, server: %s)", version, api.APIVERSION).Error(), http.StatusNotFound)
http.Error(w, fmt.Errorf("client and server don't have same version (client API version: %s, server API version: %s)", version, api.APIVERSION).Error(), http.StatusNotFound)
return
}

Expand Down

0 comments on commit c088486

Please sign in to comment.