Fix UPGRADE_DBG when in DEVELOP_VERSION.

This commit is contained in:
HuangRui 2015-01-27 13:48:10 +08:00
parent b6185c88b5
commit c16d62e926
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ upgrade_connect_cb(void *arg)
espconn_regist_sentcb(pespconn, upgrade_datasent);
if (pbuf != NULL) {
UPGRADE_DBG(pbuf);
UPGRADE_DBG("%s\n", pbuf);
#ifdef UPGRADE_SSL_ENABLE
espconn_secure_sent(pespconn, pbuf, os_strlen(pbuf));
#else