C-Netz: Fixed typo

This commit is contained in:
Andreas Eversberg 2016-05-08 12:11:23 +02:00
parent 11302272ce
commit 95f44e9840
1 changed files with 1 additions and 1 deletions

View File

@ -1499,7 +1499,7 @@ void cnetz_decode_telegramm(cnetz_t *cnetz, const char *bits, double level, doub
}
if (opcode >= 32) {
PDEBUG(DFRAME, DEBUG_NOTICE, "Received Telegramm that is not used by mobie station, ignoring! (opcode %d = %s)\n", opcode, definition_opcode[opcode].message_name);
PDEBUG(DFRAME, DEBUG_NOTICE, "Received Telegramm that is not used by mobile station, ignoring! (opcode %d = %s)\n", opcode, definition_opcode[opcode].message_name);
return;
}