Minor fixes.
* libproto/mailer/sendmail.c: Fix typo in debugging message. * po/.gitignore: Update.
Showing
2 changed files
with
3 additions
and
1 deletions
... | @@ -110,7 +110,7 @@ sendmail_open (mu_mailer_t mailer, int flags) | ... | @@ -110,7 +110,7 @@ sendmail_open (mu_mailer_t mailer, int flags) |
110 | if (access (path, X_OK) == -1) | 110 | if (access (path, X_OK) == -1) |
111 | return errno; | 111 | return errno; |
112 | status = mu_progmailer_set_command (pm, path); | 112 | status = mu_progmailer_set_command (pm, path); |
113 | mu_debug (MU_DEBCAT_MAILER, MU_DEBUG_TRACE, ("sendmail (%sn", path)); | 113 | mu_debug (MU_DEBCAT_MAILER, MU_DEBUG_TRACE, ("sendmail binary: %s", path)); |
114 | return status; | 114 | return status; |
115 | } | 115 | } |
116 | 116 | ... | ... |
-
Please register or sign in to post a comment