graph.c: do not warn when the graph is canceled during bt_graph_run()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 7 Jun 2017 20:12:56 +0000 (16:12 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 9 Jun 2017 21:03:27 +0000 (17:03 -0400)
commit851b70bd612310f258e8b03562e1833700f8832b
treea0c1a32d7a89b876919f920f81cf22725fde8336
parent4dc8c91f3abc56eaae51b8aa698e4bc5817ca4ff
graph.c: do not warn when the graph is canceled during bt_graph_run()

If the graph is canceled during bt_graph_run()'s loop, do not warn: this
was intentionally done during the execution by another thread or by a
signal handler. Log a debug message and quit with the usual
BT_GRAPH_STATUS_CANCELED status.

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