Skip to content

Commit

Permalink
Testing print
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsikas committed May 1, 2017
1 parent 87fe62c commit 87c2dd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/synthesizer/synthesizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,8 @@ TrafficBuilder::traffic_class_builder_dfs(
//ElementVertex *ev = static_cast<ElementVertex*> (neighbour.second);
//std::string lb_patterns = TrafficBuilder::retrieve_lb_patterns_from_st_element(ev);

debug_chatter(log, "\t\t From " << nf_vertex->get_name() << " to " << neighbour.second->get_name());

std::shared_ptr<ClickElement> child(
new ClickElement( static_cast<ElementVertex*> (neighbour.second), neighbour.first )
);
Expand Down

0 comments on commit 87c2dd2

Please sign in to comment.