Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Jan 23, 2024
1 parent 9e74b79 commit 3a0fa26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appservice/Intent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export class Intent {
}
} else {
if (deviceId && deviceId !== providedDeviceId) {
LogService.warn(`Storage already configured with an existing device ${deviceId}. Old storage will be cleared.`);
LogService.warn("Intent", `Storage already configured with an existing device ${deviceId}. Old storage will be cleared.`);
}
deviceId = providedDeviceId;
}
Expand Down

0 comments on commit 3a0fa26

Please sign in to comment.