Commit ee60e76b ee60e76b694a73b14f2e31ece85324847e0fc57f by Sergey Poznyakoff

Log sieve source location in maidag

* lib/sieve.c (_sieve_action_log): Log source location
1 parent fe6c328b
......@@ -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)
{
......