mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 23:02:05 -04:00
add argv[0] to end stanza journal line format
This commit is contained in:
parent
c31c447853
commit
8e8964cd7e
1 changed files with 4 additions and 1 deletions
|
|
@ -270,7 +270,10 @@ main(int argc, char **argv)
|
|||
++tnum;
|
||||
}
|
||||
|
||||
(void) t_getdate(T_buf, T_BIGBUF);
|
||||
/* output end stanza to journal */
|
||||
sprintf(T_buf, "%s:", argv[0]);
|
||||
len = strlen(T_buf);
|
||||
(void) t_getdate(T_buf + len, T_BIGBUF - len);
|
||||
t_putinfo("E", T_buf);
|
||||
|
||||
return(0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue