correct log msg text

pull/8/head
reger 10 years ago
parent f3ce99bfb8
commit 141cd80456

@ -60,7 +60,7 @@ public class FileLoader {
public Response load(final Request request, boolean acceptOnlyParseable) throws IOException {
DigestURL url = request.url();
if (!url.getProtocol().equals("file")) throw new IOException("wrong loader for FileLoader: " + url.getProtocol());
if (!url.getProtocol().equals("file")) throw new IOException("wrong protocol for FileLoader: " + url.getProtocol());
RequestHeader requestHeader = new RequestHeader();
if (request.referrerhash() != null) {

Loading…
Cancel
Save