Fixed logging statement. Fixes #1798

This commit is contained in:
Ryan Baxter
2017-03-20 10:58:50 -04:00
parent a8b170f51c
commit d3314447a8

View File

@@ -199,7 +199,7 @@ public class SimpleRouteLocator implements RouteLocator, Ordered {
// do nothing
}
log.debug("adjustedPath=" + path);
log.debug("adjustedPath=" + adjustedPath);
return adjustedPath;
}