diff --git a/governance/scripts/getters/unlock-info.js b/governance/scripts/getters/unlock-info.js index 160736cf7ff..0f9d7078a8c 100644 --- a/governance/scripts/getters/unlock-info.js +++ b/governance/scripts/getters/unlock-info.js @@ -46,7 +46,7 @@ async function main({ unlockAddress, quiet = false }) { try { nbOwners = (await getOwners({ safeAddress: unlockOwner })).length } catch (error) { - errorLog(`Unlock owner is not the team multisig !`) + errorLog(`Unlock owner is not the team multisig (${safeAddress})!`) } if (nbOwners && !isMultisig) {