This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mailutils".

http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=ee60e76b694a73b14f2e31ece85324847e0fc57f

The branch, master has been updated
       via  ee60e76b694a73b14f2e31ece85324847e0fc57f (commit)
      from  fe6c328bb2819bd3144b1f2aef3e975923037f65 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ee60e76b694a73b14f2e31ece85324847e0fc57f
Author: Sergey Poznyakoff <g...@gnu.org.ua>
Date:   Mon Jan 30 11:32:18 2017 +0200

    Log sieve source location in maidag
    
    * lib/sieve.c (_sieve_action_log): Log source location

-----------------------------------------------------------------------

Summary of changes:
 lib/sieve.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/sieve.c b/lib/sieve.c
index d5dadef..a5ebac8 100644
--- a/lib/sieve.c
+++ b/lib/sieve.c
@@ -37,7 +37,8 @@ _sieve_action_log (mu_sieve_machine_t mach,
   mu_message_t msg = mu_sieve_get_message (mach);
 
   mu_sieve_get_diag_stream (mach, &stream);
-  mu_stream_printf (stream, "\033s<%d>", MU_LOG_NOTICE);
+  mu_stream_printf (stream, "\033s<%d>\033O<%d>", MU_LOG_NOTICE,
+                   MU_LOGMODE_LOCUS);
 
   if (ldat)
     {


hooks/post-receive
-- 
GNU Mailutils

_______________________________________________
Commit-mailutils mailing list
Commit-mailutils@gnu.org
https://lists.gnu.org/mailman/listinfo/commit-mailutils

Reply via email to