commit | f48a005738843d982669b0e95884f774896b185e | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Mon Oct 29 16:30:43 2018 -0700 |
committer | Yifan Hong <elsk@google.com> | Tue Oct 30 10:53:31 2018 -0700 |
tree | fbc0ddf21d3f7d84129ec2a7e30eff96e4af282b | |
parent | d4db07e9bbf7c606d20e88c1d8d4f36697718ce7 [diff] [blame] |
DynamicPartitionControlAndroid: fix incorrect log. Test: pass Change-Id: I0621f7b535288f4ca1431298628255660adc1ac5
diff --git a/dynamic_partition_control_android.cc b/dynamic_partition_control_android.cc index 27e117c..5e2c2a4 100644 --- a/dynamic_partition_control_android.cc +++ b/dynamic_partition_control_android.cc
@@ -126,6 +126,7 @@ LOG(WARNING) << "No metadata slot " << BootControlInterface::SlotName(source_slot) << " in " << super_device; + return nullptr; } LOG(INFO) << "Loaded metadata from slot " << BootControlInterface::SlotName(source_slot) << " in "