From 3c785985e9e65f3e2194e18f6aec5fa686e402c3 Mon Sep 17 00:00:00 2001 From: Jinu Joy Thomas Date: Mon, 18 Nov 2024 14:12:58 +0530 Subject: [PATCH] Update manager.cpp --- src/manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manager.cpp b/src/manager.cpp index 6b9b5a4d..35eb999a 100644 --- a/src/manager.cpp +++ b/src/manager.cpp @@ -35,7 +35,7 @@ Manager::Manager( m_worker->performInitialSetup(); // set callback to detect any asset tag change - registerAssetChangeCallback(); + registerAssetTagChangeCallback(); // set async timer to detect if system VPD is published on D-Bus. SetTimerToDetectSVPDOnDbus();