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)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commite3adcdfa2a662e2825b138fa9c5badd808260e34
tree53115afa61c06f61462494d6edd904ba462d5f43
parentaa12059be0a0fab5242a7648d9bc6bd3f0f77afb
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.02431 seconds and 4 git commands to generate.