VirtualBox

Changeset 100415 in vbox


Ignore:
Timestamp:
Jul 6, 2023 2:17:28 PM (23 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
158155
Message:

DevFdc: Typos in log statements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevFdc.cpp

    r98103 r100415  
    28432843    fdrive_t *drv;
    28442844    int rc;
    2845     LogFlow (("ideDetach: iLUN=%u\n", iLUN));
     2845    LogFlow (("fdcAttach: iLUN=%u\n", iLUN));
    28462846
    28472847    AssertMsgReturn(fFlags & PDM_TACH_FLAGS_NOT_HOT_PLUG,
     
    28892889    RT_NOREF(fFlags);
    28902890    fdctrl_t *pThis = PDMDEVINS_2_DATA(pDevIns, fdctrl_t *);
    2891     LogFlow (("ideDetach: iLUN=%u\n", iLUN));
     2891    LogFlow (("fdcDetach: iLUN=%u\n", iLUN));
    28922892
    28932893    switch (iLUN)
     
    30833083    }
    30843084    else
    3085         AssertMsgFailedReturn(("Memory mapped floppy not support by now\n"), VERR_NOT_SUPPORTED);
     3085        AssertMsgFailedReturn(("Memory mapped floppy not supported\n"), VERR_NOT_SUPPORTED);
    30863086
    30873087    /*
Note: See TracChangeset for help on using the changeset viewer.

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