diff --git a/common_utils/context.go b/common_utils/context.go index 4e19a871..922c3197 100644 --- a/common_utils/context.go +++ b/common_utils/context.go @@ -57,6 +57,7 @@ const ( DBUS_HALT_SYSTEM DBUS_IMAGE_DOWNLOAD DBUS_IMAGE_INSTALL + DBUS_IMAGE_LIST COUNTER_SIZE ) @@ -100,6 +101,8 @@ func (c CounterType) String() string { return "DBUS image download" case DBUS_IMAGE_INSTALL: return "DBUS image install" + case DBUS_IMAGE_LIST: + return "DBUS image list" default: return "" }