Commit 6880edb2 6880edb2c6d4e2bc357eb084d363ff10bb3b15cf by Sergey Poznyakoff

Minor fixes.

* libproto/mailer/sendmail.c: Fix typo in debugging message.
* po/.gitignore: Update.
1 parent 291db85e
...@@ -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
......
1 /Makevars.template~
2 /Makefile.in.in~
1 *.gmo 3 *.gmo
2 *.mo 4 *.mo
3 *.po 5 *.po
......