Changeset 848 for trunk


Ignore:
Timestamp:
Oct 16, 2014, 12:23:53 PM (9 years ago)
Author:
porquet
Message:

vci_block_device_tsar: fix debug messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/vci_block_device_tsar/caba/source/src/vci_block_device_tsar.cpp

    r608 r848  
    185185
    186186#if DEBUG_BDEV
    187 std::cout << "  <BDEV_TGT WRITE_LBA> value = READ" << std::endl;
     187std::cout << "  <BDEV_TGT WRITE_OP> value = READ" << std::endl;
    188188#endif
    189189                r_read = true;
     
    195195
    196196#if DEBUG_BDEV
    197 std::cout << "  <BDEV_TGT WRITE_LBA> value = WRITE" << std::endl;
     197std::cout << "  <BDEV_TGT WRITE_OP> value = WRITE" << std::endl;
    198198#endif
    199199                r_read = false;
     
    204204
    205205#if DEBUG_BDEV
    206 std::cout << "  <BDEV_TGT WRITE_LBA> value = SOFT RESET" << std::endl;
     206std::cout << "  <BDEV_TGT WRITE_OP> value = SOFT RESET" << std::endl;
    207207#endif
    208208                r_go   = false;
Note: See TracChangeset for help on using the changeset viewer.