Skip to content

Commit cebfa72

Browse files
Dan Tsekhanskiycopybara-github
Dan Tsekhanskiy
authored andcommitted
chore: Add newline for searching for FFU message
PiperOrigin-RevId: 405889377
1 parent b708242 commit cebfa72

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
@@ -502,7 +502,7 @@ func (i *Installer) DownloadSFU() error {
502502
// from the local cache.
503503
func (i *Installer) PlaceSFU(d Device) error {
504504
// Find a compatible partition to write the FFU to.
505-
logger.V(2).Infof("Searching for FFU %q for a %q partition larger than %v.", d.FriendlyName(), humanize.Bytes(minSFUPartSize), storage.FAT32)
505+
logger.V(2).Infof("\nSearching for FFU %q for a %q partition larger than %v.", d.FriendlyName(), humanize.Bytes(minSFUPartSize), storage.FAT32)
506506
p, err := selectPart(d, minSFUPartSize, storage.FAT32)
507507
if err != nil {
508508
return fmt.Errorf("SelectPartition(%q, %q, %q) returned %w: %v", d.FriendlyName(), humanize.Bytes(minSFUPartSize), storage.FAT32, errPartition, err)

0 commit comments

Comments
 (0)