diff --git a/src/obiview.c b/src/obiview.c index afe846e591036718c0dec7f8ab2c02ee91760c21..e294b3d63452e1018f81834f9530b85ac51178a2 100755 --- a/src/obiview.c +++ b/src/obiview.c @@ -775,7 +775,7 @@ static int create_column_dict(Obiview_p view) if (ht_get(view->column_dict, (((view->infos)->column_references)[i]).alias) != NULL) { obi_set_errno(OBIVIEW_ERROR); - obidebug(1, "\nError: the name/alias identifying a column in a view is not unique"); + obidebug(1, "\nError: the name/alias identifying a column in a view is not unique: %s", (((view->infos)->column_references)[i]).alias); return -1; }