summaryrefslogtreecommitdiff
path: root/libproto/imap/resplist.c
diff options
context:
space:
mode:
Diffstat (limited to 'libproto/imap/resplist.c')
-rw-r--r--libproto/imap/resplist.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libproto/imap/resplist.c b/libproto/imap/resplist.c
index e3ed729a5..6a3e55ab2 100644
--- a/libproto/imap/resplist.c
+++ b/libproto/imap/resplist.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2010-2019 Free Software Foundation, Inc.
+ Copyright (C) 2010-2024 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -281,8 +281,7 @@ _mu_imap_list_at (mu_list_t list, int idx)
if (rc)
{
mu_debug (MU_DEBCAT_MAILBOX, MU_DEBUG_ERROR,
- ("%s:%d: cannot get list element: %s",
- __FILE__, __LINE__, mu_strerror (rc)));
+ ("cannot get list element: %s", mu_strerror (rc)));
return NULL;
}
return arg;

Return to:

Send suggestions and report system problems to the System administrator.