X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Fcommon%2Fcommon.h;h=8c74579b525ff1c38c751a3241d6c8e99dcbc4e5;hp=3d5c0b5e29a1c5b2b95465be419a0375e7e31697;hb=520cdc8260ea033f1c9f54b87d93fcb034ae8472;hpb=bc3d96925b78b7e6e07954f8ff19ce4ba1a2f5a8 diff --git a/src/common/common.h b/src/common/common.h index 3d5c0b5e..8c74579b 100644 --- a/src/common/common.h +++ b/src/common/common.h @@ -601,7 +601,7 @@ static inline const char *bt_common_func_status_string(int status) { switch (status) { - case __BT_FUNC_STATUS_OVERFLOW: + case __BT_FUNC_STATUS_OVERFLOW_ERROR: return "OVERFLOW"; case __BT_FUNC_STATUS_INVALID_OBJECT: return "INVALID_OBJECT";