summaryrefslogtreecommitdiffstats
path: root/crypto/txt_db
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-02-06 19:09:13 +0100
committerBen Laurie <ben@openssl.org>1999-02-06 19:09:13 +0100
commit547ff5e6a9129fb79ef892a91d302f73b687ae0e (patch)
treea4ffe2d4a76c21f68f798b1539ca0764f9aa27fe /crypto/txt_db
parentProcess extensions when they are there. (diff)
downloadopenssl-547ff5e6a9129fb79ef892a91d302f73b687ae0e.tar.xz
openssl-547ff5e6a9129fb79ef892a91d302f73b687ae0e.zip
Slightly improved diagnostics.
Diffstat (limited to 'crypto/txt_db')
-rw-r--r--crypto/txt_db/txt_db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/txt_db/txt_db.c b/crypto/txt_db/txt_db.c
index dccb2b9513..8dc01ea022 100644
--- a/crypto/txt_db/txt_db.c
+++ b/crypto/txt_db/txt_db.c
@@ -158,7 +158,7 @@ int num;
if ((n != num) || (*f != '\0'))
{
#if !defined(NO_STDIO) && !defined(WIN16) /* temporaty fix :-( */
- fprintf(stderr,"wrong number of fields on line %ld\n",ln);
+ fprintf(stderr,"wrong number of fields on line %ld (looking for field %d, got %d, '%s' left)\n",ln,num,n,f);
#endif
er=2;
goto err;