Skip to content

Commit

Permalink
RDKCI-1501: Fix IARM Init
Browse files Browse the repository at this point in the history
Fix IARM Init
  • Loading branch information
anand-ky authored and npoltorapavlo committed Mar 11, 2024
1 parent cbc2919 commit aa0e532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PersistentStore/sqlite/Store2WithClockSyncType.h
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
Expand Down

0 comments on commit aa0e532

Please sign in to comment.