GoogleCloudPlatform / iot-device-sdk-embedded-c

Cloud IoT Device SDK for Connectivity to IoT Core.
Other
247 stars 83 forks source link

iotc_debug: Fix format string for logging #83

Closed rohansingh closed 5 years ago

rohansingh commented 5 years ago

Since d215cc5dc046323dbcc63400c05f9a4696941960 updated iotc_time_t to be int64_t, the correct format is now %lld. Otherwise, compilation fails when using DIOTC_DEBUG_OUTPUT=1.

rohansingh commented 5 years ago

Looks like the build failed due to an SSL certificate not being available or expired. Is CI broken for this repo?

atigyi commented 5 years ago

Thanks for spotting this. The issue is already addressed on the development branch: PR73. Will be part of the next release on the master branch.

atigyi commented 5 years ago

@rohansingh: BTW Travis CI build fix is on the way: https://github.com/GoogleCloudPlatform/iot-device-sdk-embedded-c/pull/85/files

rohansingh commented 5 years ago

@atigyi Awesome, thanks for the update!