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)
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>

No differences found