Changed an error message to be more specific

This commit is contained in:
Celine Mercier
2018-11-07 13:37:25 +01:00
parent 362df50fe9
commit 6b1c41f3fb

View File

@ -1280,7 +1280,7 @@ OBIDMS_column_p obi_open_column(OBIDMS_p dms,
if (column_file_descriptor < 0)
{
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);
return NULL;
}