lib: make default query implementation return INVALID_OBJECT, remove UNSUPPORTED...
[babeltrace.git] / src / lib / graph / query-executor.c
index e381917e3ceb7fae0850246dac9136192b3da705..3a00c9b80985abe0af2e4cf2a4f6a96a3d3b0d54 100644 (file)
@@ -124,7 +124,7 @@ enum bt_query_executor_query_status bt_query_executor_query(
                /* Not an error: nothing to query */
                BT_LIB_LOGD("Component class has no registered query method: "
                        "%!+C", comp_cls);
-               status = BT_FUNC_STATUS_UNSUPPORTED;
+               status = BT_FUNC_STATUS_INVALID_OBJECT;
                goto end;
        }
 
This page took 0.023928 seconds and 4 git commands to generate.