Skip to content

Commit

Permalink
rebroadcast: include error in warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Feb 28, 2023
1 parent 2d4357e commit 8224553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/prebuffer-mixin/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,7 @@ class PrebufferSession {
})
}
catch (e) {
this.console.warn('Error determining external addresses. Is Scrypted Server Address configured?');
this.console.warn('Error determining external addresses. Is Scrypted Server Address configured?', e);
}
}
}
Expand Down

0 comments on commit 8224553

Please sign in to comment.