Update scsi_daynaport.cpp

Missing semicolon when building non-debug build.
This commit is contained in:
akuker 2021-01-30 16:02:21 -06:00 committed by GitHub
parent 3a7674d47c
commit 50bb0664dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ SCSIDaynaPort::SCSIDaynaPort() : Disk()
if(!m_bTapEnable){
LOGERROR("Unable to open the TAP interface");
}else {
LOGDEBUG("Tap interface created")
LOGDEBUG("Tap interface created");
}
LOGTRACE("%s this->reset()", __PRETTY_FUNCTION__);