mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 00:25:01 +00:00
commit
4cc136532f
@ -61,7 +61,7 @@ static char pidfile_default[512];
|
|||||||
#ifdef HAVE_SQLITE3
|
#ifdef HAVE_SQLITE3
|
||||||
static char dbfile_default[512];
|
static char dbfile_default[512];
|
||||||
#endif
|
#endif
|
||||||
static char vtypath_default[256];
|
static char vtypath_default[512];
|
||||||
|
|
||||||
bool debug_memstats_at_exit = false;
|
bool debug_memstats_at_exit = false;
|
||||||
static bool nodetach_term, nodetach_daemon;
|
static bool nodetach_term, nodetach_daemon;
|
||||||
|
@ -777,7 +777,7 @@ static void nb_log_callback(const enum nb_event event,
|
|||||||
zlog_debug(
|
zlog_debug(
|
||||||
"northbound callback: event [%s] op [%s] xpath [%s] value [%s]",
|
"northbound callback: event [%s] op [%s] xpath [%s] value [%s]",
|
||||||
nb_event_name(event), nb_operation_name(operation), xpath,
|
nb_event_name(event), nb_operation_name(operation), xpath,
|
||||||
value);
|
value ? value : "(NULL)");
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user