summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages.c b/pages.c
index 85d6d82..ff87076 100644
--- a/pages.c
+++ b/pages.c
@@ -647,7 +647,7 @@ writeposts(const int *posts, size_t totalposts, const char *outfile, int current
postfile = fopen(source, "r");
if (!postfile)
{
- fprintf(stderr, "unable to open temp file, unrecoverable failure\n");
+ fprintf(stderr, "unable to open %s, unrecoverable failure\n", source);
fclose(tmp);
return 0;
}