diff options
Diffstat (limited to 'toxav/msi.c')
-rw-r--r-- | toxav/msi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toxav/msi.c b/toxav/msi.c index 91742c35..dad32afe 100644 --- a/toxav/msi.c +++ b/toxav/msi.c | |||
@@ -618,7 +618,7 @@ static void *timer_poll( void *arg ) | |||
618 | LOGGER_ERROR("Failed to execute timer at: %d!", handler->timers[0]->timeout); | 618 | LOGGER_ERROR("Failed to execute timer at: %d!", handler->timers[0]->timeout); |
619 | free(args); | 619 | free(args); |
620 | } else { | 620 | } else { |
621 | LOGGER_DEBUG("Exectued timer assigned at: %d", handler->timers[0]->timeout); | 621 | LOGGER_DEBUG("Executed timer assigned at: %d", handler->timers[0]->timeout); |
622 | } | 622 | } |
623 | 623 | ||
624 | timer_release(handler, handler->timers[0]->idx, 0); | 624 | timer_release(handler, handler->timers[0]->idx, 0); |
@@ -1436,7 +1436,7 @@ static void msi_handle_packet ( Messenger *messenger, int source, const uint8_t | |||
1436 | MSIMessage *msg; | 1436 | MSIMessage *msg; |
1437 | 1437 | ||
1438 | if ( !length ) { | 1438 | if ( !length ) { |
1439 | LOGGER_WARNING("Lenght param negative"); | 1439 | LOGGER_WARNING("Length param negative"); |
1440 | return; | 1440 | return; |
1441 | } | 1441 | } |
1442 | 1442 | ||