Changed an error message to be more specific
This commit is contained in:
@ -1280,7 +1280,7 @@ OBIDMS_column_p obi_open_column(OBIDMS_p dms,
|
|||||||
if (column_file_descriptor < 0)
|
if (column_file_descriptor < 0)
|
||||||
{
|
{
|
||||||
obi_set_errno(OBICOL_UNKNOWN_ERROR);
|
obi_set_errno(OBICOL_UNKNOWN_ERROR);
|
||||||
obidebug(1, "\nError opening column file");
|
obidebug(1, "\nError opening column file %s", column_file_name);
|
||||||
free(column_file_name);
|
free(column_file_name);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user