[Swan-commit] Changes to ref refs/heads/master

Andrew Cagney cagney at vault.libreswan.fi
Mon Oct 28 20:55:34 UTC 2019


New commits:
commit 835c36feb891dc68e508a9d7b3c8cf30a8b87394
Author: Andrew Cagney <cagney at 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'.



More information about the Swan-commit mailing list