Fixed bad log.
This commit is contained in:
parent
047acd4ef3
commit
25146963ff
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ public class URLPresenter extends StringPresenter
|
||||||
{
|
{
|
||||||
StringBuffer result;
|
StringBuffer result;
|
||||||
|
|
||||||
logger.info("dynamize URL [" + this.sourcePathname + "]");
|
logger.debug("dynamize URL [{}]", this.sourcePathname);
|
||||||
|
|
||||||
//
|
//
|
||||||
update();
|
update();
|
||||||
|
|
Loading…
Reference in a new issue