Просмотр исходного кода

Fix log bug in "ec20_domain_resolve" fuction.

Simon 7 лет назад
Родитель
Сommit
9166a6e68e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      at_socket_ec20.c

+ 1 - 1
at_socket_ec20.c

@@ -782,7 +782,7 @@ static int ec20_domain_resolve(const char *name, char ip[16])
             /* waiting result event from AT URC, the device default connection timeout is 60 seconds.*/
             if (at_socket_event_recv(EC20_EVENT_DOMAIN_OK, rt_tick_from_millisecond(10 * 1000), RT_EVENT_FLAG_OR) < 0)
             {
-                LOG_E("Domain resolve failed, wait dns result timeout.", socket);
+                LOG_E("Domain  \"%s\" resolve failed, wait dns result timeout.", name);
                 result = -RT_ETIMEOUT;
                 continue;
             }