summaryrefslogtreecommitdiff
path: root/examples/msg-send.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/msg-send.c')
-rw-r--r--examples/msg-send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/msg-send.c b/examples/msg-send.c
index a4a6ef293..b150e2e15 100644
--- a/examples/msg-send.c
+++ b/examples/msg-send.c
@@ -121,7 +121,7 @@ main (int argc, char *argv[])
{
mu_debug_t debug;
mu_mailer_get_debug (mailer, &debug);
- mu_debug_set_level (debug, MU_DEBUG_TRACE | MU_DEBUG_PROT);
+ mu_debug_set_level (debug, MU_DEBUG_LEVEL_UPTO (MU_DEBUG_PROT));
}
C (mu_mailer_open (mailer, 0));

Return to:

Send suggestions and report system problems to the System administrator.