mirror of
https://git.proxmox.com/git/pmg-log-tracker
synced 2025-04-28 15:30:54 +00:00
print smtp connect for qentry
This commit is contained in:
parent
0098fbce1d
commit
87f77e910c
@ -1091,6 +1091,8 @@ qentry_print (LParser *parser, QEntry *qentry)
|
||||
printf ("CTIME: %08lX\n", parser->ctime);
|
||||
printf ("SIZE: %u\n", qentry->size);
|
||||
|
||||
if (se && se->connect) { printf ("CONNECT: %s\n", se->connect); }
|
||||
|
||||
if (qentry->client) { printf ("CLIENT: %s\n", qentry->client); }
|
||||
|
||||
if (qentry->msgid) { printf ("MSGID: %s\n", qentry->msgid); }
|
||||
|
Loading…
Reference in New Issue
Block a user