Index: delta_performer.cc |
diff --git a/delta_performer.cc b/delta_performer.cc |
index 1f8d8e428f53f84d5d848ab73d461d5f7743da91..8cf0226e5edbe0fae2e1db4b09e701ae58c282b2 100644 |
--- a/delta_performer.cc |
+++ b/delta_performer.cc |
@@ -193,6 +193,8 @@ ssize_t DeltaPerformer::Write(const void* bytes, size_t count) { |
next_operation_num_ - manifest_.install_operations_size()); |
if (!CanPerformInstallOperation(op)) |
break; |
+ LOG(INFO) << "Performing operation " << next_operation_num_ << "/" |
+ << total_operations; |
bool is_kernel_partition = |
(next_operation_num_ >= manifest_.install_operations_size()); |
if (op.type() == DeltaArchiveManifest_InstallOperation_Type_REPLACE || |