Skip to content

Commit

Permalink
adding error log for registration failure
Browse files Browse the repository at this point in the history
  • Loading branch information
adl-trey committed Aug 16, 2023
1 parent fec0e09 commit 31258fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions player/service/plugins/routes/lib/registration.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ module.exports = Registration = {
);
}
catch (ex) {
console.error("Failed to create registration: ", ex);
throw Boom.internal(new Error(`Failed to store registration: ${ex}`));
}

Expand Down

0 comments on commit 31258fd

Please sign in to comment.