Fix: text output missing separator when printing the domain
authorJulien Desfossez <jdesfossez@efficios.com>
Fri, 17 Mar 2017 20:15:23 +0000 (16:15 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 10 Apr 2017 20:20:06 +0000 (16:20 -0400)
commitb65c74551ba6042dc10a8a7a2c1ae27a30284449
tree9a0ac8166c296a4456744558283e09f94ae27cbd
parent76206d8105706488f2bc84ce64f5a126d87c8219
Fix: text output missing separator when printing the domain

With the "-f all" option, we expect to see
<hostname>:<domain>:<loglevel>, but instead we see
<hostname><domain>:<loglevel>.

Judging from the pattern of the other printed fields, the check for
"dom_print" variable seems to be missing when printing the domain.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
formats/ctf-text/ctf-text.c
This page took 0.025613 seconds and 4 git commands to generate.