added log,now listeing

This commit is contained in:
wangyu 2017-08-18 23:37:21 +08:00
parent 7d9ef910ca
commit 769b99546b
2 changed files with 5 additions and 0 deletions

View File

@ -2205,6 +2205,7 @@ int server_event_loop()
u64_t begin_time=0; u64_t begin_time=0;
u64_t end_time=0; u64_t end_time=0;
mylog(log_info,"now listening at %s:%d\n",my_ntoa(local_ip_uint32),local_port);
while(1)//////////////////////// while(1)////////////////////////
{ {

View File

@ -23,6 +23,10 @@ debug:
ar71xx: ar71xx:
${cc_ar71xx} -o ${NAME}_ar71xx -I. ${SOURCES} ${FLAGS} -lrt -lgcc_eh -static -O3 ${cc_ar71xx} -o ${NAME}_ar71xx -I. ${SOURCES} ${FLAGS} -lrt -lgcc_eh -static -O3
#ar71xx_asm_aes:
# ${cc_ar71xx} -o ${NAME}_ar71xx_asm_aes -I. ${SOURCES_AES_ACC} ${FLAGS} -lrt -lgcc_eh -static -O3 -DHAVE_ASM lib/aes_acc/asm/mips.S
bcm2708: bcm2708:
${cc_bcm2708} -o ${NAME}_bcm2708 -I. ${SOURCES} ${FLAGS} -lrt -static -O3 ${cc_bcm2708} -o ${NAME}_bcm2708 -I. ${SOURCES} ${FLAGS} -lrt -static -O3
amd64: amd64: