diff options
Diffstat (limited to 'client-web/source/local_user.ts')
-rw-r--r-- | client-web/source/local_user.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client-web/source/local_user.ts b/client-web/source/local_user.ts index efedfc2..02d8da1 100644 --- a/client-web/source/local_user.ts +++ b/client-web/source/local_user.ts @@ -18,7 +18,7 @@ export class LocalUser extends User { this.local = true this.create_controls() this.add_initial_tracks() - log("usermodel", `added local user: ${this.name}`) + log("usermodel", `added local user: ${this.display_name}`) } async add_initial_tracks() { |