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