Add state INITIALIZED

This commit is contained in:
angt
2015-12-31 16:07:36 +01:00
parent ba0af8cc20
commit 35a9bf27df

View File

@@ -928,6 +928,8 @@ int main (int argc, char **argv)
long retry = 0;
fd_write_str(state_fd, "INITIALIZED");
while (!gt_close) {
if (retry_count>=0 && retry>=retry_count+1) {
gt_log("couldn't %s (%d attempt%s)\n", listener?"listen":"connect",