Skip to content

Commit

Permalink
Rollback #871 network changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zekoz authored and lmoureaux committed Feb 18, 2022
1 parent 3b1c3be commit 726526b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/clinet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ static int try_to_connect(const QUrl &url, char *errbuf, int errbufsize)
[] {
if (client.conn.sock != nullptr) {
log_debug("%s", qUtf8Printable(client.conn.sock->errorString()));
real_output_window_append(client.conn.sock->errorString(), NULL,
-1);
output_window_append(
ftc_client, qUtf8Printable(client.conn.sock->errorString()));
}
client.conn.used = false;
});
Expand Down

0 comments on commit 726526b

Please sign in to comment.