diff --git a/src/tasks/sync-registries.js b/src/tasks/sync-registries.js index 8593b9b1..47c29c12 100644 --- a/src/tasks/sync-registries.js +++ b/src/tasks/sync-registries.js @@ -184,7 +184,7 @@ const syncOrganizationAudit = async (organization) => { if (!rootHistory?.length) { logger.warn( - `Could not find root history for ${organization.name} (orgUid ${organization.orgUid}), something is wrong and the sync for this organization will be paused until this is resolved.`, + `Could not find root history for ${organization.name} (orgUid ${organization.orgUid}, registryId ${organization.registryId}), something is wrong and the sync for this organization will be paused until this is resolved.`, ); return; }