X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Fcommon%2Fcommon.h;h=4a2362e34e14be0477d07f47c64c535100ce1e38;hp=88de75e64348e1da481d2f115187eca69f5634ce;hb=76b6c2f71a485f0cc9b766e1a54b9f7330ccd907;hpb=07041dafaae18146e189a70c33a8a0695cbdd813 diff --git a/src/common/common.h b/src/common/common.h index 88de75e6..4a2362e3 100644 --- a/src/common/common.h +++ b/src/common/common.h @@ -603,8 +603,8 @@ const char *bt_common_func_status_string(int status) switch (status) { case __BT_FUNC_STATUS_OVERFLOW_ERROR: return "OVERFLOW"; - case __BT_FUNC_STATUS_INVALID_OBJECT: - return "INVALID_OBJECT"; + case __BT_FUNC_STATUS_UNKNOWN_OBJECT: + return "UNKNOWN_OBJECT"; case __BT_FUNC_STATUS_MEMORY_ERROR: return "MEMORY_ERROR"; case __BT_FUNC_STATUS_ERROR: