Little fix

This commit is contained in:
angt
2015-12-04 11:13:46 +01:00
parent 72d771e126
commit 8b6ae96a2e

View File

@@ -803,7 +803,7 @@ int main (int argc, char **argv)
if (retry_count>=0 && retry>=retry_count) { if (retry_count>=0 && retry>=retry_count) {
gt_log("couldn't %s (%d attempt%s)\n", gt_log("couldn't %s (%d attempt%s)\n",
listener?"listen":"connect", listener?"listen":"connect",
retry, (retry>1)?"s":""); (int)retry, (retry>1)?"s":"");
break; break;
} }