summaryrefslogtreecommitdiffstats
path: root/init.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-11-03 09:53:49 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-11-03 09:53:49 +0000
commitd8e4336859b9a1947285dac377c837bf4231f5dd (patch)
tree416b59db37612049b7bd262ef28cc667e80c1442 /init.c
parentaaada195464ff7e2f5a587b3bca63b26925b0298 (diff)
Make error reporting more verbose.
Diffstat (limited to 'init.c')
-rw-r--r--init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.c b/init.c
index 9a1fa6ed..6c8fc8bb 100644
--- a/init.c
+++ b/init.c
@@ -741,8 +741,8 @@ static void mutt_restore_default (struct option_t *p)
}
if (REGCOMP (pp->rx, s, flags) != 0)
{
- fprintf (stderr, _("mutt_restore_default: error in regexp: %s\n"),
- pp->pattern);
+ fprintf (stderr, _("mutt_restore_default(%s): error in regexp: %s\n"),
+ p->option, pp->pattern);
FREE (&pp->pattern);
regfree (pp->rx);
FREE (&pp->rx);