Removal of spurious newline character in debug statement There was a debug statement in the code that included an additional newline character that wasn't needed. From github PR: https://github.com/espressif/esp-idf/pull/124 See merge request !291