aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/eco.c
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/eco.c')
-rw-r--r--FICS/eco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/eco.c b/FICS/eco.c
index 80b1196..38641ac 100644
--- a/FICS/eco.c
+++ b/FICS/eco.c
@@ -155,7 +155,7 @@ void ECO_init()
sprintf(filename, "%s/eco999.idx", book_dir);
fp= fopen(filename, "r");
if (!fp) {
- fprintf(stderr, "Could not open ECO file\n");
+ fprintf(stderr, "Could not open ECO file (%s)\n", filename);
exit(1);
}
while (!feof(fp)) {