Merge pull request #1547 from yatch/pr-fix-typos-in-prints
RPL: fix typos in debug messages
This commit is contained in:
commit
f5ea8e613e
2 changed files with 3 additions and 3 deletions
|
@ -161,7 +161,7 @@ handle_dio_timer(void *ptr)
|
||||||
#endif /* RPL_CONF_STATS */
|
#endif /* RPL_CONF_STATS */
|
||||||
dio_output(instance, NULL);
|
dio_output(instance, NULL);
|
||||||
} else {
|
} 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_counter, instance->dio_redundancy);
|
||||||
}
|
}
|
||||||
instance->dio_send = 0;
|
instance->dio_send = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue