New commits:
commit 41a773747e69768238a67c03f047702665844e15
Author: Andrew Cagney <cag...@gnu.org>
Date:   Tue Nov 13 10:15:58 2018 -0500

    debugging: add dbg(FMT, ...)
    
    debug-logs when ever any debug-logging is enabled
    intended as replacement for the most common cases:
      DBGF(..., FMT, ...);
      DBG(..., DBG_log(FMT, ...));
    not intended for crypto (dbg_crypto()?) and/or too-much-info
    (dbg_more()?).

_______________________________________________
Swan-commit mailing list
Swan-commit@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit

Reply via email to