[Hamlib-developer] [Hamlib/Hamlib] 8f3431: Replace a printf() with rig_debug()
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <no...@gi...> - 2025-09-01 00:35:03
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 8f343197e0926ca422c3b6aeb66b39b1b43c6a6b https://github.com/Hamlib/Hamlib/commit/8f343197e0926ca422c3b6aeb66b39b1b43c6a6b Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-08-29 (Fri, 29 Aug 2025) Changed paths: M src/misc.c Log Message: ----------- Replace a printf() with rig_debug() The bug is that we don't know why the string is invalid. Test case: before tests/rigctl -r "invalid:123:port" -m 2 Unhandled host=invalid:123:port Unhandled host=invalid:123:port after: tests/rigctl -r "invalid:123:port" -m 2 (no output) tests/rigctl -r "invalid:123:port" -m 2 -v parse_hoststr: Unhandled host=invalid:123:port parse_hoststr: Unhandled host=invalid:123:port Commit: 341a5201c6748bf17f0caa003fce2a7b87530bc2 https://github.com/Hamlib/Hamlib/commit/341a5201c6748bf17f0caa003fce2a7b87530bc2 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-08-29 (Fri, 29 Aug 2025) Changed paths: M src/misc.c Log Message: ----------- Replace literal constant with defined symbol Commit: 9123d08a6c95a59214a01da6551fd9c887939ce8 https://github.com/Hamlib/Hamlib/commit/9123d08a6c95a59214a01da6551fd9c887939ce8 Author: Nate Bargmann <n0...@n0...> Date: 2025-08-31 (Sun, 31 Aug 2025) Changed paths: M src/misc.c Log Message: ----------- Merge GitHub PR #1874 Compare: https://github.com/Hamlib/Hamlib/compare/43b84ee56a66...9123d08a6c95 To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |