lib: assign a unique ID to each pre/postcond. and report it on failure
[babeltrace.git] / src / lib / plugin / plugin.c
index c95fe83070e20dbb4790d7e903d34b8999b3b697..93a56c27eec835fd1798d56686fca200e169d0bb 100644 (file)
@@ -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);
 
This page took 0.023786 seconds and 4 git commands to generate.