Skip to content

Commit

Permalink
MCP: Re-fix log methods
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Sep 4, 2024
1 parent 7412a5c commit 99059eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/experimental/tools/mediaCapabilitiesProber/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const mediaCapabilitiesProber = {
* @param {string} level
*/
set LogLevel(level: string) {
log.setLevel(level);
log.setLevel(level, log.getFormat());
},

/**
Expand Down

0 comments on commit 99059eb

Please sign in to comment.