lib: rename INVALID_OBJECT status to UNKNOWN_OBJECT
[babeltrace.git] / src / lib / graph / query-executor.c
index ce6dd6d9a3dbf2cbb4b5b5a7cc005fe4f65564ce..a602911c374928fa39d54e693ec65415ff14a8e5 100644 (file)
@@ -173,7 +173,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_INVALID_OBJECT;
+               status = BT_FUNC_STATUS_UNKNOWN_OBJECT;
                goto end;
        }
 
This page took 0.02292 seconds and 4 git commands to generate.