Fixed logging statement. Fixes #1798
This commit is contained in:
@@ -199,7 +199,7 @@ public class SimpleRouteLocator implements RouteLocator, Ordered {
|
||||
// do nothing
|
||||
}
|
||||
|
||||
log.debug("adjustedPath=" + path);
|
||||
log.debug("adjustedPath=" + adjustedPath);
|
||||
return adjustedPath;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user