sixtop: log fix

This commit is contained in:
Yasuyuki Tanaka 2017-09-14 21:48:08 +09:00
parent af556985a8
commit 78a4d60584
1 changed files with 2 additions and 2 deletions

View File

@ -194,8 +194,8 @@ sixp_input(const uint8_t *buf, uint16_t len, const linkaddr_t *src_addr)
LOG_ERR("6P: unexpected error; cannot get our GEN\n");
return;
}
LOG_ERR("6P: received GEN %u, our GEN: %u\n",
pkt.gen, sixp_nbr_get_gen(nbr));
LOG_INFO("6P: received GEN %u, our GEN: %u\n",
pkt.gen, sixp_nbr_get_gen(nbr));
if(pkt.gen == gen) {
invalid_schedule_generation = 0; /* valid combination */
} else {