1
1

Make the error message clearer - this error only is used when two buffer types don't match, thus preventing an operation from being executed

This commit was SVN r21033.
Этот коммит содержится в:
Ralph Castain 2009-04-16 16:23:28 +00:00
родитель 543287e599
Коммит afe1950da5

Просмотреть файл

@ -158,7 +158,7 @@ opal_err2str(int errnum)
retval = "Unknown data type";
break;
case OPAL_ERR_BUFFER:
retval = "Buffer error";
retval = "Buffer type (described vs non-described) mismatch - operation not allowed";
break;
case OPAL_ERR_DATA_TYPE_REDEF:
retval = "Attempt to redefine an existing data type";