Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Weber committed Nov 24, 2024
1 parent cd2e639 commit c8874f5
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 @@ -76,7 +76,7 @@ class Uvr16xxBlNet extends utils.Adapter {
await this.declareObjects(systemConfiguration);

this.initialized = true;
this.log.debug("Initialization succeeded: ");
this.log.debug("Initialization succeeded.");
}
} catch (error) {
this.log.error("Initialization failed: " + error);
Expand Down

0 comments on commit c8874f5

Please sign in to comment.