Skip to content

Commit

Permalink
chore: normalize log format
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Sep 17, 2024
1 parent 4503ac1 commit ab6cf00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/broker/modules/profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class BrokerModuleProfile extends BrokerModule {
}
} catch (error) {
logger.warn(
`Failed to load avatar for ${userId} (ID ${avatar.id})`,
`Failed to load avatar for: '${userId}' (ID ${avatar.id})`,
error
);
}
Expand Down

0 comments on commit ab6cf00

Please sign in to comment.