Merge pull request #1547 from yatch/pr-fix-typos-in-prints

RPL: fix typos in debug messages
This commit is contained in:
Simon Duquennoy 2016-03-09 13:24:52 +01:00
commit f5ea8e613e
2 changed files with 3 additions and 3 deletions

View file

@ -161,7 +161,7 @@ handle_dio_timer(void *ptr)
#endif /* RPL_CONF_STATS */
dio_output(instance, NULL);
} else {
PRINTF("RPL: Supressing DIO transmission (%d >= %d)\n",
PRINTF("RPL: Suppressing DIO transmission (%d >= %d)\n",
instance->dio_counter, instance->dio_redundancy);
}
instance->dio_send = 0;