summaryrefslogtreecommitdiff
path: root/toxcore/tox.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/tox.c')
-rw-r--r--toxcore/tox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/tox.c b/toxcore/tox.c
index b70be7a3..fdf2b42c 100644
--- a/toxcore/tox.c
+++ b/toxcore/tox.c
@@ -350,7 +350,7 @@ static State_Load_Status state_load_callback(void *outer, const uint8_t *data, u
350 return STATE_LOAD_STATUS_END; 350 return STATE_LOAD_STATUS_END;
351 } 351 }
352 352
353 LOGGER_ERROR(tox->m->log, "Load state: contains unrecognized part (len %u, type %u)\n", 353 LOGGER_ERROR(tox->m->log, "Load state: contains unrecognized part (len %u, type %u)",
354 length, type); 354 length, type);
355 355
356 return STATE_LOAD_STATUS_CONTINUE; 356 return STATE_LOAD_STATUS_CONTINUE;