Skip to content

Commit

Permalink
logger
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraKenji committed Apr 4, 2023
1 parent fd0b9f0 commit 9c15a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/agent/plugins/control-panel/websockets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ exports.startWebsocket = () => {
if (proxy && workingWithProxy) {
const agent = new HttpsProxyAgent(proxy);
options.agent = agent;
logger.debug('Setting up proxy');
logger.info('Setting up proxy');
}
gettingStatus = true;
if (!(!ws || !ws.readyState || ws.readyState !== 1)) ws.terminate();
Expand Down

0 comments on commit 9c15a3d

Please sign in to comment.