Removed extra newlines from several debug messages.

This commit is contained in:
Thulinma 2014-01-23 11:33:02 +01:00
parent 0fe0c1fb4f
commit 92b7a7534d
3 changed files with 12 additions and 12 deletions

View file

@ -1085,7 +1085,7 @@ void JSON::fromDTMI(const unsigned char * data, unsigned int len, unsigned int &
break;
}
}
DEBUG_MSG(DLVL_FAIL, "Unimplemented DTMI type %hhx, @ %i / %i - returning.\n", data[i], i, len);
DEBUG_MSG(DLVL_FAIL, "Unimplemented DTMI type %hhx, @ %i / %i - returning.", data[i], i, len);
i += 1;
return;
} //fromOneDTMI