fix debug

This commit is contained in:
Thibault bui Koechlin 2020-06-27 11:06:53 +02:00
parent 7a8397aa06
commit c3d3619998

View file

@ -133,7 +133,8 @@ func LoadStages(stageFiles []Stagefile, pctx *UnixParserCtx) ([]Node, error) {
pctx.Stages = append(pctx.Stages, k)
}
sort.Strings(pctx.Stages)
log.Infof("Stages loaded: %+v", pctx.Stages)
log.Infof("Loaded %d nodes, %d stages", len(nodes), len(pctx.Stages))
return nodes, nil
}