mirror of
https://github.com/vivier/EMILE.git
synced 2026-04-21 16:17:07 +00:00
remove error message when complete transaction fails
This commit is contained in:
@@ -85,11 +85,7 @@ int scsi_command(int target, unsigned char* cdb, int count, TIB_t* tib)
|
||||
complete:
|
||||
err = SCSIComplete(&stat, &message, COMPLETION_TIMEOUT);
|
||||
if (err != noErr)
|
||||
{
|
||||
printf("Cannot complete transaction %d %d(%d)\n",
|
||||
stat, message, err);
|
||||
return err;
|
||||
}
|
||||
|
||||
return noErr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user