summaryrefslogtreecommitdiff
path: root/crypto/txt_db
diff options
context:
space:
mode:
authorben <ben>1999-02-06 18:09:13 +0000
committerben <ben>1999-02-06 18:09:13 +0000
commitba2b7d355c89642e2ed853b1a40441c9fa6b61e5 (patch)
treed7db3b22a94d8ca9fd5af97e36a39008b3af9540 /crypto/txt_db
parentce05e9c9af4c136f96e12d4990b8d91cf419126c (diff)
downloadopenssl-ba2b7d355c89642e2ed853b1a40441c9fa6b61e5.tar.gz
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 dccb2b951..8dc01ea02 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;