TSCH: when not sending KA, issue `LOG_ERR` rather than `LOG_INFO`

This commit is contained in:
Simon Duquennoy 2017-11-09 16:13:00 +01:00 committed by GitHub
parent c33c10540a
commit 1a4efcd38d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ keepalive_send(void *ptr)
LOG_INFO_LLADDR(&n->addr);
LOG_INFO_("\n");
} else {
LOG_INFO("no timesource - KA not sent\n");
LOG_ERR("no timesource - KA not sent\n");
}
}
}