diff --git a/terraform/graph_builder.go b/terraform/graph_builder.go index ccdbd3419..76ae5be6e 100644 --- a/terraform/graph_builder.go +++ b/terraform/graph_builder.go @@ -67,7 +67,7 @@ func (b *BasicGraphBuilder) Build(path addrs.ModuleInstance) (*Graph, tfdiags.Di log.Printf("[TRACE] Completed graph transform %T with new graph:\n%s------", step, thisStepStr) lastStepStr = thisStepStr } else { - log.Printf("[TRACE] Completed graph transform %T (no changes)\n------", step) + log.Printf("[TRACE] Completed graph transform %T (no changes)", step) } if err != nil {