From 7f06f7fb26ee52547d30b620a4137bca0395da6d Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Thu, 16 May 2024 01:44:50 +0200 Subject: open handler moved to the end of open message; conn authenticator has access to remainder of open req msg; improved logging and error handling; removed extensions --- ecp/server/dir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ecp/server/dir.c') diff --git a/ecp/server/dir.c b/ecp/server/dir.c index 13bea68..95db4b5 100644 --- a/ecp/server/dir.c +++ b/ecp/server/dir.c @@ -898,11 +898,11 @@ void dir_init_switch(ECPSocket *sock, int init_ann) { sleep(1); } dir_announce_block(); - LOG(LOG_DEBUG, "init switch sleeping for %ds...\n", init_ann); + LOG(LOG_DEBUG, "dir_init_switch: sleeping for %ds...\n", init_ann); sleep(init_ann); dir_online_switch(sock, 0); dir_announce_allow(); - LOG(LOG_DEBUG, "init switch sleeping for %ds...\n", init_ann); + LOG(LOG_DEBUG, "dir_init_switch: sleeping for %ds...\n", init_ann); sleep(init_ann); } -- cgit v1.2.3