re-add "Graph after..." logs

This commit is contained in:
James Bardin 2016-11-04 12:03:16 -04:00
parent 1cea51a9fa
commit 60873827da
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@ func (b *BasicGraphBuilder) Build(path []string) (*Graph, error) {
debugName = b.Name + "-" + debugName
}
log.Printf(
"[TRACE] Graph after step %T:\n\n%s",
step, g.StringWithNodeTypes())
dg, _ := NewDebugGraph(debugName, g, nil)
dbug.WriteGraph(dg)