Commit d3314447 by Ryan Baxter

Fixed logging statement. Fixes #1798

parent a8b170f5
......@@ -199,7 +199,7 @@ public class SimpleRouteLocator implements RouteLocator, Ordered {
// do nothing
}
log.debug("adjustedPath=" + path);
log.debug("adjustedPath=" + adjustedPath);
return adjustedPath;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment