Log sieve source location in maidag
* lib/sieve.c (_sieve_action_log): Log source location
Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -37,7 +37,8 @@ _sieve_action_log (mu_sieve_machine_t mach, | ... | @@ -37,7 +37,8 @@ _sieve_action_log (mu_sieve_machine_t mach, |
37 | mu_message_t msg = mu_sieve_get_message (mach); | 37 | mu_message_t msg = mu_sieve_get_message (mach); |
38 | 38 | ||
39 | mu_sieve_get_diag_stream (mach, &stream); | 39 | mu_sieve_get_diag_stream (mach, &stream); |
40 | mu_stream_printf (stream, "\033s<%d>", MU_LOG_NOTICE); | 40 | mu_stream_printf (stream, "\033s<%d>\033O<%d>", MU_LOG_NOTICE, |
41 | MU_LOGMODE_LOCUS); | ||
41 | 42 | ||
42 | if (ldat) | 43 | if (ldat) |
43 | { | 44 | { | ... | ... |
-
Please register or sign in to post a comment