1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

rpl: edit the debug message for instance == NULL

This commit is contained in:
Cenk Gündoğan 2015-03-22 17:19:38 +01:00
parent d5848d687c
commit 9bdcfcbe33

View File

@ -90,8 +90,7 @@ rpl_instance_t *rpl_get_my_instance(void)
rpl_dodag_t *rpl_new_dodag(rpl_instance_t *inst, ipv6_addr_t *dodagid)
{
if (inst == NULL) {
DEBUGF("Error - No instance found for id %p. This should not happen\n",
inst);
DEBUGF("Error - No instance specified\n");
return NULL;
}