Skip to content

Commit 2c23f75

Browse files
committed
Bump version to 9.1.2 and update debug log in main.ts
1 parent bb219e6 commit 2c23f75

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.javascript",
3-
"version": "9.1.1",
3+
"version": "9.1.2",
44
"description": "Rules Engine for ioBroker",
55
"author": "bluefox <dogafox@gmail.com>",
66
"contributors": [

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1561,7 +1561,7 @@ class JavaScript extends Adapter {
15611561
}
15621562
}
15631563

1564-
this.log.debug(`config.subscribe (Do not subscribe all states on start): ${this.config.subscribe}`);
1564+
this.log.debug(`config.subscribe (Do not subscribe XXX all states on start): ${this.config.subscribe}`);
15651565
this.log.debug(`_FB_: Just testing`);
15661566

15671567
// correct jsonConfig for admin

0 commit comments

Comments
 (0)