From 3a7674d47c633fdff5ded13193046d7d5ce1df7b Mon Sep 17 00:00:00 2001 From: Tony Kuker Date: Sat, 30 Jan 2021 14:12:29 -0600 Subject: [PATCH] Cleanup extraneous debug printouts --- src/raspberrypi/devices/scsi_daynaport.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/raspberrypi/devices/scsi_daynaport.cpp b/src/raspberrypi/devices/scsi_daynaport.cpp index 76bbfbbf..f8f44ba7 100644 --- a/src/raspberrypi/devices/scsi_daynaport.cpp +++ b/src/raspberrypi/devices/scsi_daynaport.cpp @@ -17,6 +17,10 @@ // - SLINKCMD: http://www.bitsavers.org/pdf/apple/scsi/dayna/daynaPORT/SLINKCMD.TXT // - Tiny SCSI : https://hackaday.io/project/18974-tiny-scsi-emulator // +// Additional documentation and clarification is available at the +// following link: +// - https://github.com/akuker/RASCSI/wiki/Dayna-Port-SCSI-Link +// // This does NOT include the file system functionality that is present // in the Sharp X68000 host bridge. // @@ -56,7 +60,7 @@ SCSIDaynaPort::SCSIDaynaPort() : Disk() if(!m_bTapEnable){ LOGERROR("Unable to open the TAP interface"); }else { - LOGINFO("Tap interface created") + LOGDEBUG("Tap interface created") } LOGTRACE("%s this->reset()", __PRETTY_FUNCTION__);