added an obidebug() line
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user