Skip to content

Commit ef45b34

Browse files
committed
Log where unconfigured-ignition file is written to
1 parent 9b9347e commit ef45b34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/asset/agent/image/unconfigured_ignition.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ func (a *UnconfiguredIgnition) PersistToFile(directory string) error {
170170
return err
171171
}
172172

173+
logrus.Infof("Unconfigured-Ignition created in: %s", unconfiguredIgnFile)
174+
173175
return nil
174176
}
175177

0 commit comments

Comments
 (0)