Commit 165ecd8668298e20c721420033b3917e6f96872e

Authored by David RENÉ
1 parent 6ee7fd04

change trace to debug in send_mail

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
mail/send_mail.anubis
... ... @@ -214,7 +214,7 @@ public define Result(SmtpClientResult, One)
214 214 param,
215 215 prepare_mail_callback,
216 216 (Int _) |-> unique,
217   - (LogLevel level, String txt) |-> if level is logTrace then logTrace(cxm_lib, send_mail_log, send_mail_mask, txt)
  217 + (LogLevel level, String txt) |-> if level is logTrace then log(cxm_lib, logDebug, send_mail_log, txt)
218 218 else log(cxm_lib, level, send_mail_log, txt),
219 219 handle_result
220 220 ).
... ...