From acc7d3cba5e667f690f76d68e6d8aa373faf1db5 Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Fri, 17 Dec 2021 20:37:03 +0100 Subject: [PATCH] Comment update --- src/raspberrypi/rascsi_response.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/raspberrypi/rascsi_response.cpp b/src/raspberrypi/rascsi_response.cpp index f8d53a4d..d203e8ed 100644 --- a/src/raspberrypi/rascsi_response.cpp +++ b/src/raspberrypi/rascsi_response.cpp @@ -421,6 +421,7 @@ PbOperationInfo *RascsiResponse::GetOperationInfo(PbResult& result) AddOperation(*operation_info, OPERATION_INFO, "Get operation meta data"); + // Ensure that all operations are covered assert(operation_info->operations_size() == 30); result.set_status(true);