Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60de969e authored by Yifan Hong's avatar Yifan Hong
Browse files

fastboot driver: fix message

Test: pass
Bug: 173654501

Change-Id: I7d5e7ce817a5ec4e3aba6b44bab3149683a46fdd
parent a5cee93b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1019,7 +1019,7 @@ static void copy_boot_avb_footer(const std::string& partition, struct fastboot_b

    std::string partition_size_str;
    if (fb->GetVar("partition-size:" + partition, &partition_size_str) != fastboot::SUCCESS) {
        die("cannot get boot partition size");
        die("cannot get partition size for %s", partition.c_str());
    }

    partition_size_str = fb_fix_numeric_var(partition_size_str);