Merge "Log a message if there is no escrow data for RoR"
This commit is contained in:
@@ -251,6 +251,8 @@ class RebootEscrowManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (rebootEscrowUsers.isEmpty()) {
|
if (rebootEscrowUsers.isEmpty()) {
|
||||||
|
Slog.i(TAG, "No reboot escrow data found for users,"
|
||||||
|
+ " skipping loading escrow data");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user