Skip to content

Commit

Permalink
Update src/BaseSlackHandler.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Paul <[email protected]>
  • Loading branch information
Half-Shot and Christian Paul authored Oct 1, 2020
1 parent 15d014e commit 9a41194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaseSlackHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export abstract class BaseSlackHandler {
}
} catch (ex) {
// If we can't find a canonical alias fall back to just the Slack channel name.
log.debug(`Room ${room.MatrixRoomId} does not have a canonical alias set.`);
log.debug(`Room ${room.MatrixRoomId} does not have a canonical alias.`, ex);
room = undefined;
}
}
Expand Down

0 comments on commit 9a41194

Please sign in to comment.