assert-pre-internal.h: append "error is" to first message
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 18 Feb 2019 23:14:27 +0000 (18:14 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:09:19 +0000 (00:09 -0400)
commit39756a2d8043287d1378563690fca78d3ca3b0f9
tree53115afa61c06f61462494d6edd904ba462d5f43
parent9d60d6280ad532cb9a5f137bf9b96b7dbf8e16ac
assert-pre-internal.h: append "error is" to first message

The previous message, "Library precondition not satisfied", was
misleading because the following message does not indicate the
precondition, but how the precondition was not satisfied.

Making it "Library precondition not satisfied; error is:" here to make
it clear that the following message indicates what the error is.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
include/babeltrace/assert-pre-internal.h
This page took 0.024812 seconds and 5 git commands to generate.