Skip to content

Commit

Permalink
Remove redundant log line
Browse files Browse the repository at this point in the history
On successful service call there is later a message from
handle_process_common anyway.
  • Loading branch information
marmarek committed May 28, 2024
1 parent 6760cfa commit c87b9e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libqrexec/exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,6 @@ static int qubes_tcp_connect(const char *host, const char *port)
close(sockfd);
} else {
rc = sockfd;
LOG(DEBUG, "Connection succeeded");
}
freeaddrs:
freeaddrinfo(addrs);
Expand Down

0 comments on commit c87b9e7

Please sign in to comment.