console.log doesn't take %s substitutions
This commit is contained in:
parent
3409ad97d8
commit
9fd45d1f14
9 changed files with 12 additions and 12 deletions
|
@ -96,7 +96,7 @@ class Presence {
|
|||
|
||||
try {
|
||||
await MatrixClientPeg.get().setPresence(this.state);
|
||||
console.log("Presence: %s", newState);
|
||||
console.info("Presence: %s", newState);
|
||||
} catch (err) {
|
||||
console.error("Failed to set presence: %s", err);
|
||||
this.state = oldState;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue