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.
Этот коммит содержится в:
родитель
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";
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user