From 7497adaf1430daceac616c80c6271eb9f9dfd561 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 8 Sep 2023 16:49:04 +0200 Subject: bump version + rename log scope --- client-web/source/user/local.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client-web/source/user/local.ts') 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"); } -- cgit v1.2.3-70-g09d2