using kprintf to output debug, which may be redirected to serial, is not a good idea...
commit8d06f0b1cf75a152173f9475343f631fa34392c1
authorNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 22 Apr 2017 22:08:42 +0000 (22 22:08 +0000)
committerNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 22 Apr 2017 22:08:42 +0000 (22 22:08 +0000)
treefadc925feebeff8e11632547e59d0750f77a3d37
parent6502d8bfda259c2a22fe7fef7d0fe6738c231731
using kprintf to output debug, which may be redirected to serial, is not a good idea in an application which is likely using the serial port. use Printf instead.

git-svn-id: https://svn.aros.org/svn/aros/trunk/contrib@54596 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
aminet/comm/term/term/Extras/Source/Tools.c