summaryrefslogtreecommitdiff
path: root/dpi/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'dpi/file.c')
-rw-r--r--dpi/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpi/file.c b/dpi/file.c
index a3cfccaa..aef593f7 100644
--- a/dpi/file.c
+++ b/dpi/file.c
@@ -673,7 +673,7 @@ static int File_get_file(ClientInfo *Client,
* calling exit() */
if (st == -1) {
MSG("ERROR while reading from file \"%s\", error was \"%s\"\n",
- filename, strerror(errno));
+ filename, dStrerror(errno));
exit(1);
}