We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db5a84 commit c9598c4Copy full SHA for c9598c4
pkg/bootc/bootc_disk.go
@@ -189,7 +189,7 @@ func (p *BootcDisk) bootcInstallImageToDisk(quiet bool) (err error) {
189
if err := syscall.Ftruncate(int(p.file.Fd()), size); err != nil {
190
return err
191
}
192
- logrus.Debugf("Created %s with size %v", p.file.Name(), diskSize)
+ logrus.Debugf("Created %s with size %v", p.file.Name(), size)
193
doCleanupDisk := true
194
defer func() {
195
if doCleanupDisk {
0 commit comments