From 712385160b4d0fa2fc89f26f2497f19e67524c4d Mon Sep 17 00:00:00 2001 From: Joe4782 Date: Thu, 23 Jan 2014 21:54:40 +0000 Subject: [PATCH] Added the stratum port to the status print --- sgminer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sgminer.c b/sgminer.c index ffe4d5c0..ebeca002 100644 --- a/sgminer.c +++ b/sgminer.c @@ -2039,8 +2039,8 @@ static void curses_print_status(void) cg_mvwprintw(statuswin, 4, 0, "Connected to multiple pools with%s block change notify", have_longpoll ? "": "out"); } else if (pool->has_stratum) { - cg_mvwprintw(statuswin, 4, 0, "Connected to %s diff %s with stratum as user %s", - pool->sockaddr_url, pool->diff, pool->rpc_user); + cg_mvwprintw(statuswin, 4, 0, "Connected to %s:%s diff %s with stratum as user %s", + pool->sockaddr_url, pool->stratum_port, pool->diff, pool->rpc_user); } else { cg_mvwprintw(statuswin, 4, 0, "Connected to %s diff %s with%s %s as user %s", pool->sockaddr_url, pool->diff, have_longpoll ? "": "out",