added an obidebug() line

This commit is contained in:
Celine Mercier
2015-08-26 17:05:37 +02:00
parent 48d10ea17c
commit 34ade161de

View File

@ -1010,6 +1010,7 @@ int obi_truncate_column_to_lines_used(OBIDMS_column_p column)
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 getting the file descriptor of a column file");
free(column_file_name); free(column_file_name);
return -1; return -1;
} }