New commits:
commit 835c36feb891dc68e508a9d7b3c8cf30a8b87394
Author: Andrew Cagney <cag...@gnu.org>
Date:   Mon Oct 28 16:52:39 2019 -0400

    logging: zap another '\n' appended to log output
    
    ... and expand magical:
      DBG_dump("why does this have\n", buf, buflen);
    into:
      DBG_log("why does this have");
      DBG_dump(NULL, buf, buflen);
    so it isn't mistaken for an appended '\n'.

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

Reply via email to