Fix: sink.text.pretty: print_discarded_elements_msg(): add missing space
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 3 Jun 2019 19:48:16 +0000 (15:48 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 13 Jun 2019 21:24:21 +0000 (17:24 -0400)
commit34f2b0fbb8193aa7c11e7835b045e70d3087140d
treefb7b6d3a3d8e629007c3cb794a7ee1aadb67b8bf
parent032880f004905e5cb36335821c1cf08747734c7a
Fix: sink.text.pretty: print_discarded_elements_msg(): add missing space

Before:

    WARNING: Tracer discarded 17 events(unknown time range) in trace
    "ev-disc-no-ts-begin-end" (no UUID) within stream
    "/path/to/ev-disc-no-ts-begin-end/stream" (stream class ID: 0,
    stream ID: 0).

After:

    WARNING: Tracer discarded 17 events (unknown time range) in trace
    "ev-disc-no-ts-begin-end" (no UUID) within stream
    "/path/to/ev-disc-no-ts-begin-end/stream" (stream class ID: 0,
    stream ID: 0).

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I3f93f96479b2249c3e16f68e53533c48cf02a679
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1367
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
Tested-by: jenkins
plugins/text/pretty/print.c
This page took 0.025262 seconds and 4 git commands to generate.