Skip to content

Commit

Permalink
Merge pull request #2687 from cgundogan/rpl_debug_inst
Browse files Browse the repository at this point in the history
rpl: edit debug message for instance == NULL
  • Loading branch information
LudwigKnuepfer committed Mar 23, 2015
2 parents 0a7582f + 9bdcfcb commit 90160d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sys/net/routing/rpl/rpl_dodag.c
Expand Up @@ -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;
}

Expand Down

0 comments on commit 90160d9

Please sign in to comment.