diff options
Diffstat (limited to 'networking/udhcp/files.c')
-rw-r--r-- | networking/udhcp/files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/files.c b/networking/udhcp/files.c index c3cc2b0f5..35592153b 100644 --- a/networking/udhcp/files.c +++ b/networking/udhcp/files.c | |||
@@ -270,7 +270,7 @@ static int FAST_FUNC read_staticlease(const char *const_line, void *arg) | |||
270 | 270 | ||
271 | add_static_lease(arg, (uint8_t*) &mac_bytes, ip); | 271 | add_static_lease(arg, (uint8_t*) &mac_bytes, ip); |
272 | 272 | ||
273 | if (ENABLE_UDHCP_DEBUG) print_static_leases(arg); | 273 | log_static_leases(arg); |
274 | 274 | ||
275 | return 1; | 275 | return 1; |
276 | } | 276 | } |