1
0
Fork 0

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:
Peter Veenstra 2002-11-19 19:44:48 +00:00
parent cdabc9b931
commit 510449e806

View file

@ -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 */