X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Flib%2Fplugin%2Fplugin.c;h=93a56c27eec835fd1798d56686fca200e169d0bb;hb=1778c2a4134647150b199b2b57130817144446b0;hp=c95fe83070e20dbb4790d7e903d34b8999b3b697;hpb=e020d1340a9b5ebd7d7dbf00a2c34d2fe512a495;p=babeltrace.git diff --git a/src/lib/plugin/plugin.c b/src/lib/plugin/plugin.c index c95fe830..93a56c27 100644 --- a/src/lib/plugin/plugin.c +++ b/src/lib/plugin/plugin.c @@ -184,7 +184,7 @@ enum bt_plugin_find_all_from_file_status bt_plugin_find_all_from_file( enum bt_plugin_find_all_from_file_status status; BT_ASSERT_PRE_NO_ERROR(); - BT_ASSERT_PRE_NON_NULL(path, "Path"); + BT_ASSERT_PRE_NON_NULL("path", path, "Path"); BT_ASSERT_PRE_PLUGIN_SET_OUT_NON_NULL(path); BT_LOGI("Creating plugins from file: path=\"%s\"", path);