Removed extra newlines from several debug messages.
This commit is contained in:
parent
0fe0c1fb4f
commit
92b7a7534d
3 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue