Skip to content

Commit

Permalink
Key exchange may fail for several reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
angt committed Dec 4, 2015
1 parent 4d71926 commit 72d771e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ int main (int argc, char **argv)
gt_log("%s: key exchange could not be verified!\n", sockname);
goto restart;
case -1:
gt_log("%s: key exchange timeout\n", sockname);
gt_log("%s: key exchange failed\n", sockname);
goto restart;
default:
break;
Expand Down

0 comments on commit 72d771e

Please sign in to comment.