Skip to content

Commit

Permalink
* optimize logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Jun 5, 2022
1 parent ff94e03 commit 0ff9f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,7 @@ function getHistory(msg) {
if (line.includes(options.logId)) {
line = line.replace(`${options.logId} `, '');
}
adapter.log.debug(`GetHistory fork: ${line}`);
adapter.log.debug(`${options.logId} GetHistory fork: ${line}`);
}
});
} catch (err) {
Expand Down

0 comments on commit 0ff9f36

Please sign in to comment.