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>
Fri, 26 May 2017 13:04:54 +0000 (09:04 -0400)
commit53d369292fd30d0932fb9e810a0d9a7388c0ddda
tree0b7c8b932acf967b30d85450f6e921fefb8c8bba
parenta89e0d2a32dc8eff4e0f3e2c7f013d2c539215e8
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.024261 seconds and 4 git commands to generate.