From 34ade161de59bd0e76fa78617e0e74e28251334d Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Wed, 26 Aug 2015 17:05:37 +0200 Subject: [PATCH] added an obidebug() line --- src/obidmscolumn.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/obidmscolumn.c b/src/obidmscolumn.c index b9300c3..00f547e 100644 --- a/src/obidmscolumn.c +++ b/src/obidmscolumn.c @@ -1010,6 +1010,7 @@ int obi_truncate_column_to_lines_used(OBIDMS_column_p column) if (column_file_descriptor < 0) { obi_set_errno(OBICOL_UNKNOWN_ERROR); + obidebug(1, "\nError getting the file descriptor of a column file"); free(column_file_name); return -1; }