aboutsummaryrefslogtreecommitdiffstats
path: root/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.c b/debug.c
index 3537350e..bbaf5ae5 100644
--- a/debug.c
+++ b/debug.c
@@ -500,7 +500,7 @@ source_find(char *src)
}
}
- d_error(_("No source file named `%s' (%s)"), src, strerror(errno_val));
+ d_error(_("cannot find source file named `%s' (%s)"), src, strerror(errno_val));
return NULL;
}