diff --git a/src/misc.c b/src/misc.c index c87f9b3b0..2156d0b7b 100644 --- a/src/misc.c +++ b/src/misc.c @@ -2233,7 +2233,7 @@ int HAMLIB_API parse_hoststr(char *hoststr, int hoststr_len, char host[256], if (n >= 1 && strlen(dummy) == 0) { return RIG_OK; } - printf("Unhandled host=%s\n", hoststr); + rig_debug(RIG_DEBUG_BUG, "%s: Unhandled host=%s\n", __func__, hoststr); return -1; }