stream.c: standardize "Cannot truncate stream file [...]" log message
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 19 Jun 2017 23:05:33 +0000 (19:05 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 6 Jul 2017 21:26:38 +0000 (17:26 -0400)
commit199b9d97326e92b6b298d8e0cabc3f44592a8a45
tree5e81ac8763c9414dd9dc1f78be3f248689b18f85
parentad844560b3dd0323a6f503e97b65a4d124fafddc
stream.c: standardize "Cannot truncate stream file [...]" log message

Standardized:

* Do not put a function name in a non-DEBUG/non-VERBOSE statement.
* Do not put spaces around the `=` of fields.
* Prepend `: ` before fields.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
lib/ctf-ir/stream.c
This page took 0.025931 seconds and 4 git commands to generate.