mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Added clearer debug logging to createOrLookup
This commit is contained in:
@@ -1327,6 +1327,12 @@ async function fetchKeysForIdentifier(
|
||||
await markIdentifierUnregistered(identifier);
|
||||
return;
|
||||
}
|
||||
log.error(
|
||||
`fetchKeysForIdentifier: Error fetching ${
|
||||
devices || 'all'
|
||||
} devices for ${identifier}`,
|
||||
Errors.toLogFormat(error)
|
||||
);
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user