changed log_warn to log_debug in int 13 04
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@533
This commit is contained in:
parent
cdabc9b931
commit
510449e806
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ static Bitu INT13_SmallHandler(void) {
|
|||
reg_ah=0x80;
|
||||
CALLBACK_SCF(true);
|
||||
}
|
||||
LOG_WARN("INT 13:04 Verify sector used on %d, with result %d",reg_dl,reg_ah);
|
||||
LOG_DEBUG("INT 13:04 Verify sector used on %d, with result %d",reg_dl,reg_ah);
|
||||
break;
|
||||
|
||||
case 0x08: /* Get Drive Parameters */
|
||||
|
|
Loading…
Add table
Reference in a new issue