summaryrefslogtreecommitdiff
path: root/client-web/source/user/local.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client-web/source/user/local.ts')
-rw-r--r--client-web/source/user/local.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client-web/source/user/local.ts b/client-web/source/user/local.ts
index 7c22bc2..1d4968e 100644
--- a/client-web/source/user/local.ts
+++ b/client-web/source/user/local.ts
@@ -23,7 +23,7 @@ export class LocalUser extends User {
this.el.classList.add("local")
this.status_el.textContent = "Local"
this.name = PREFS.username
- log("usermodel", `added local user: ${this.display_name}`)
+ log("users", `added local user: ${this.display_name}`)
this.add_initial_tracks()
}
leave() { throw new Error("local users cant leave"); }