Skip to content

Commit a3ba2b6

Browse files
committed
Merge remote-tracking branch 'origin/dev'
Merge dev into main
2 parents 18e1bc3 + c40ae31 commit a3ba2b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hooks.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ static void hkClientApps_PipeLoop(void* pClientApps, void* a1, void* a2, void* a
377377
static bool hkClientRemoteStorage_IsCloudEnabledForApp(void* pClientRemoteStorage, uint32_t appId)
378378
{
379379
const bool enabled = Hooks::IClientRemoteStorage_IsCloudEnabledForApp.originalFn.fn(pClientRemoteStorage, appId);
380-
g_pLog->once("IClientRemoteStorage::IsCloudEnabledForApp(%p, %u, %u) -> %i\n", pClientRemoteStorage, appId);
380+
g_pLog->once("IClientRemoteStorage::IsCloudEnabledForApp(%p, %u) -> %i\n", pClientRemoteStorage, appId);
381381

382382
if (g_config.isAddedAppId(appId))
383383
{

0 commit comments

Comments
 (0)