Skip to content

Commit 77207ea

Browse files
committed
Fix build with APP_DEBUG.
1 parent de83cfd commit 77207ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Summary.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ static void print_pools(xmrig::Config *config)
123123

124124
# ifdef APP_DEBUG
125125
for (size_t i = 0; i < pools.size(); ++i) {
126-
Log::i()->text("%s:%d, user: %s, pass: %s, ka: %d, nicehash: %d", pools[i]->host(), pools[i]->port(), pools[i]->user(), pools[i]->password(), pools[i]->isKeepAlive(), pools[i]->isNicehash());
126+
Log::i()->text("%s:%d, user: %s, pass: %s, ka: %d, nicehash: %d", pools[i]->host(), pools[i]->port(), pools[i]->user(), pools[i]->password(), pools[i]->keepAlive(), pools[i]->isNicehash());
127127
}
128128
# endif
129129
}

0 commit comments

Comments
 (0)