From aa0e5325ee1f3e2a2b0f3963ec146cc7f6df905e Mon Sep 17 00:00:00 2001 From: akanda200_comcast Date: Mon, 29 Jan 2024 14:46:39 -0500 Subject: [PATCH] RDKCI-1501: Fix IARM Init Fix IARM Init --- PersistentStore/sqlite/Store2WithClockSyncType.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PersistentStore/sqlite/Store2WithClockSyncType.h b/PersistentStore/sqlite/Store2WithClockSyncType.h index b680dfbae9..dfce976d95 100644 --- a/PersistentStore/sqlite/Store2WithClockSyncType.h +++ b/PersistentStore/sqlite/Store2WithClockSyncType.h @@ -47,7 +47,7 @@ namespace Plugin { public: IARMHandler() { - auto rc = IARM_Bus_Init(__FUNCTION__); + auto rc = IARM_Bus_Init("Thunder_Plugins"); if ((rc != IARM_RESULT_SUCCESS) && (rc != IARM_RESULT_INVALID_STATE)) { TRACE(Trace::Error, (_T("Sqlite IARM init error %d"), rc)); }