Skip to content
Snippets Groups Projects
Commit f5f12c67 authored by Geddings Barrineau's avatar Geddings Barrineau
Browse files

Testing out some things related to the REST api.

parent 55602b48
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,8 @@ public class RoutesResource extends ServerResource {
String dstDpid = (String) getRequestAttributes().get("dst-dpid");
Integer numRoutes = Integer.parseInt((String) getRequestAttributes().get("num-routes"));
log.info("REQUEST: {}", getRequest().getRootRef().toString());
log.debug("Asking for routes from {} to {}", srcDpid, dstDpid);
log.debug("Asking for {} routes", numRoutes);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment