do not log null URL
This commit is contained in:
parent
f2d5f57116
commit
f7ce68bada
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ public class ClassLoaderResourceHandler extends AbstractResourceHandler {
|
||||||
} else {
|
} else {
|
||||||
this.lastModified = Instant.now();
|
this.lastModified = Instant.now();
|
||||||
this.length = 0;
|
this.length = 0;
|
||||||
logger.log(Level.WARNING, "fail: resource not found, url=" + url);
|
logger.log(Level.WARNING, "fail: resource not found");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue