1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/dist/tools/uhcpd
Benjamin Valentin f163f1580b sys/net/uhcp: use LOG_ functions
Using `gnrc_border_router` with `uhcp` is quite noisy.
uhcpc will regularly refresh the prefix and print a bunch of status messages.

Allow the user to tone it down by setting a higher `LOG_LEVEL`.
For this, convert calls to `printf()` and `puts()` to `LOG_xxx()`.

This requires a dummy header for `uhcpd`.
2020-09-29 09:55:28 +02:00
..
.gitignore dist: tools: add UHCP daemon 2016-04-11 17:03:28 +02:00
log.h sys/net/uhcp: use LOG_ functions 2020-09-29 09:55:28 +02:00
Makefile sys/net/uhcp: use LOG_ functions 2020-09-29 09:55:28 +02:00
project.py dist: tools: add UHCP daemon 2016-04-11 17:03:28 +02:00
uhcpd.c dist/tools/uhcpd: fix typos 2019-11-23 22:39:37 +01:00