On Sun, 2005-03-06 at 15:12, Dave Stubbs wrote:
> So, a new question - does anyone know where the console messages (they
> start with "Tx:") come from? Can they be redirected to syslog or sent
> there instead of the console?
It's soundmodem in soundcard/kisspkt.c:
line 306: printf("Rx: %s\n", buf);
and
line 407: printf("Tx: %s\n", buf);
So it's hardcoded to go to stdout, you need to modify the source to
make it go elsewhere.
--
Tomi Manninen / OH2BNS / KP20JF74
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html