VirtualBox

vbox的更動 11582 路徑 trunk/src/VBox/Devices/Storage


忽略:
時間撮記:
2008-8-22 下午06:52:24 (16 年 以前)
作者:
vboxsync
訊息:

Storage/ATA: increment counter for errors reported to the release log only if it wasn't suppressed for other reasons.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Devices/Storage/DevATA.cpp

    r11284 r11582  
    15681568    else
    15691569    {
    1570         if (s->cErrors++ < MAX_LOG_REL_ERRORS)
     1570        if (s->cErrors < MAX_LOG_REL_ERRORS)
    15711571        {
    15721572            uint8_t u8Cmd = s->aATAPICmd[0];
     
    15791579                        || u8Cmd == SCSI_READ_TOC_PMA_ATIP))
    15801580                    break;
     1581                s->cErrors++;
    15811582                LogRel(("PIIX3 ATA: LUN#%d: CD-ROM passthrough command (%#04x) error %d %Rrc\n", s->iLUN, u8Cmd, uATAPISenseKey, rc));
    15821583            } while (0);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette