Correct a type mismatch
authorMarek Küthe <m.k@mk16.de>
Tue, 12 Dec 2023 15:06:17 +0000 (15:06 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 12 Dec 2023 20:58:19 +0000 (21:58 +0100)
commit6e6dcbc7e77fbc4f7873b6e40c911b7038a6a648
treed7274a042bbb1c1ba6eabdcb5843e582e53c8946
parent4c6a9a9611442f958c3049a566ac4369653978e9
Correct a type mismatch

In one place in the source code, the debug level of type `int` was used and in other places of type `debug_t`. This commit introduces a change so that the type `debug_t` is used in both places.
This also resolves a compiler warning.

Signed-off-by: Marek Küthe <m.k@mk16.de>
src/info.c
src/tincctl.c