Skip to content

Commit f91d0ce

Browse files
Dan Tsekhanskiycopybara-github
Dan Tsekhanskiy
authored andcommitted
chore: Add newline for searching for FFU message
PiperOrigin-RevId: 405919678
1 parent a6c899a commit f91d0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/installer/installer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ func (i *Installer) DownloadSFU() error {
504504
// PlaceSFU also writes a datetime file to the provisioned media.
505505
func (i *Installer) PlaceSFU(d Device) error {
506506
// Find a compatible partition to write the FFU to.
507-
logger.V(2).Infof("Searching for FFU %q for a %q partition larger than %v.", d.FriendlyName(), humanize.Bytes(minSFUPartSize), storage.FAT32)
507+
logger.V(2).Infof("\nSearching for FFU %q for a %q partition larger than %v.", d.FriendlyName(), humanize.Bytes(minSFUPartSize), storage.FAT32)
508508
p, err := selectPart(d, minSFUPartSize, storage.FAT32)
509509
if err != nil {
510510
return fmt.Errorf("SelectPartition(%q, %q, %q) returned %w: %v", d.FriendlyName(), humanize.Bytes(minSFUPartSize), storage.FAT32, errPartition, err)

0 commit comments

Comments
 (0)