[Ddclient-support] [ddclient/ddclient] 3a6a2a: Log errors to STDERR
Brought to you by:
supersandro2000,
wimpunk
From: Sandro <no...@gi...> - 2020-05-29 01:35:44
|
Branch: refs/heads/master Home: https://github.com/ddclient/ddclient Commit: 3a6a2ac0363fe8b8e4bd4d9478ecdab20ea5dd6c https://github.com/ddclient/ddclient/commit/3a6a2ac0363fe8b8e4bd4d9478ecdab20ea5dd6c Author: Richard Hansen <rh...@rh...> Date: 2020-05-28 (Thu, 28 May 2020) Changed paths: M ddclient Log Message: ----------- Log errors to STDERR Commit: ca7f0927fc35d435133b6eb9e994e066aa659de6 https://github.com/ddclient/ddclient/commit/ca7f0927fc35d435133b6eb9e994e066aa659de6 Author: Richard Hansen <rh...@rh...> Date: 2020-05-28 (Thu, 28 May 2020) Changed paths: M ddclient Log Message: ----------- Fix usage() * The first argument to usage() was supposed to be the exit status, but that is not how usage() is invoked (except in the `-help` case). Change usage() to work with the existing invocations rather than fix the invocations. * Don't attempt to send an email when passed `-help`. * Include the usage error message in the emailed log. Commit: 7be4d58b90e5b47120d75fe534a6ec655ad9a11a https://github.com/ddclient/ddclient/commit/7be4d58b90e5b47120d75fe534a6ec655ad9a11a Author: Richard Hansen <rh...@rh...> Date: 2020-05-28 (Thu, 28 May 2020) Changed paths: M ddclient Log Message: ----------- Convert invocations of usage() to fatal() The usage text is extremely long which causes the error message to scroll off the top of the screen. Switch to fatal() to avoid this problem. Commit: 489f5aefd51fc35bdd04ab8995c192d0c4066c49 https://github.com/ddclient/ddclient/commit/489f5aefd51fc35bdd04ab8995c192d0c4066c49 Author: Sandro <san...@gm...> Date: 2020-05-29 (Fri, 29 May 2020) Changed paths: M ddclient Log Message: ----------- Merge pull request #135 from rhansen/fix-usage Compare: https://github.com/ddclient/ddclient/compare/d5c48951158c...489f5aefd51f |