diff --git a/toxcore/Messenger.c b/toxcore/Messenger.c index cdc133d0b..e4d32b8a8 100644 --- a/toxcore/Messenger.c +++ b/toxcore/Messenger.c @@ -1589,9 +1589,8 @@ static int messenger_load_state_callback(void *outer, uint8_t *data, uint32_t le } break; - - default: #ifdef DEBUG + default: fprintf(stderr, "Load state: contains unrecognized part (len %u, type %u)\n", length, type); #endif