Azure IoT common library
Dependents: STM32F746_iothub_client_sample_mqtt f767zi_mqtt iothub_client_sample_amqp iothub_client_sample_http ... more
Diff: urlencode.c
- Revision:
- 1:9190c0f4d23a
- Parent:
- 0:fa2de1b79154
- Child:
- 6:c55b013dfc2a
--- a/urlencode.c Fri Apr 08 12:01:36 2016 -0700 +++ b/urlencode.c Sun Apr 24 16:41:14 2016 -0700 @@ -311,7 +311,7 @@ { /*Codes_SRS_URL_ENCODE_06_001: [If input is NULL then URL_Encode will return NULL.]*/ result = NULL; - LogError("URL_Encode:: NULL input\r\n"); + LogError("URL_Encode:: NULL input"); } else { @@ -330,7 +330,7 @@ { /*Codes_SRS_URL_ENCODE_06_002: [If an error occurs during the encoding of input then URL_Encode will return NULL.]*/ result = NULL; - LogError("URL_Encode:: MALLOC failure on encode.\r\n"); + LogError("URL_Encode:: MALLOC failure on encode."); } else {