Perf: Write also BIRD version to have all the needed data in the logfile
This commit is contained in:
parent
c65a9a05f9
commit
7411b694c3
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
|
||||
#define PLOG(msg, ...) log(L_INFO "Perf %s " msg, p->p.name, ##__VA_ARGS__)
|
||||
#define PLOG(msg, ...) log(L_INFO "Perf %s %s " msg, BIRD_VERSION, p->p.name, ##__VA_ARGS__)
|
||||
|
||||
static inline void
|
||||
random_data(void *p, uint len)
|
||||
|
|
Loading…
Reference in a new issue