about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/console.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index 8a746959..d1c1e52b 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -797,6 +797,9 @@ _cons_show_account(ProfAccount *account)
     if (account->server != NULL) {
         cons_show   ("server         : %s", account->server);
     }
+    if (account->port != 0) {
+        cons_show   ("port           : %d", account->port);
+    }
     if (account->muc_service != NULL) {
         cons_show   ("muc service    : %s", account->muc_service);
     }