summaryrefslogtreecommitdiff
path: root/src/users.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/users.c')
-rw-r--r--src/users.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/users.c b/src/users.c
index b4f28fde8..7bf4fb35d 100644
--- a/src/users.c
+++ b/src/users.c
@@ -118,7 +118,8 @@ void update_host(User * user)
}
if (debug)
- alog("debug: %s changes its host to %s", user->nick, user->host);
+ alog("debug: %s changes its host to %s", user->nick,
+ common_get_vhost(user));
}