Skip to content

Commit

Permalink
Merge pull request #1197 from Chia-Network/more-logging-ids
Browse files Browse the repository at this point in the history
fix: a few more logging improvments
  • Loading branch information
TheLastCicada authored Oct 16, 2024
2 parents 43dc5e3 + 6093019 commit cf8118a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/sync-registries.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit cf8118a

Please sign in to comment.