VirtualBox

Changeset 56125 in vbox


Ignore:
Timestamp:
May 28, 2015 9:51:51 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100650
Message:

FE/Qt: LogRel nits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumEnumerator.cpp

    r56124 r56125  
    128128    /* Insert medium: */
    129129    m_mediums[strMediumID] = medium;
    130     LogRel(("GUI: UIMediumEnumerator: Medium with key={%s} created.\n", strMediumID.toAscii().constData()));
     130    LogRel(("GUI: UIMediumEnumerator: Medium with key={%s} created\n", strMediumID.toAscii().constData()));
    131131
    132132    /* Notify listener: */
     
    144144    /* Remove medium: */
    145145    m_mediums.remove(strMediumID);
    146     LogRel(("GUI: UIMediumEnumerator: Medium with key={%s} deleted.\n", strMediumID.toAscii().constData()));
     146    LogRel(("GUI: UIMediumEnumerator: Medium with key={%s} deleted\n", strMediumID.toAscii().constData()));
    147147
    148148    /* Notify listener: */
     
    287287    const UIMedium uimedium = pTask->data().value<UIMedium>();
    288288    const QString strUIMediumKey = uimedium.key();
    289     LogRel2(("GUI: UIMediumEnumerator: Medium with key={%s} enumerated.\n", strUIMediumKey.toAscii().constData()));
     289    LogRel2(("GUI: UIMediumEnumerator: Medium with key={%s} enumerated\n", strUIMediumKey.toAscii().constData()));
    290290
    291291    /* Delete task: */
     
    302302        /* Delete this medium: */
    303303        m_mediums.remove(strUIMediumKey);
    304         LogRel(("GUI: UIMediumEnumerator: Medium with key={%s} closed and deleted (after enumeration).\n", strUIMediumKey.toAscii().constData()));
     304        LogRel(("GUI: UIMediumEnumerator: Medium with key={%s} closed and deleted (after enumeration)\n", strUIMediumKey.toAscii().constData()));
    305305
    306306        /* And notify listener about delete: */
     
    314314        m_mediums[strUIMediumID] = uimedium;
    315315        m_mediums[strUIMediumID].setKey(strUIMediumID);
    316         LogRel(("GUI: UIMediumEnumerator: Medium with key={%s} has it changed to {%s}.\n", strUIMediumKey.toAscii().constData(),
     316        LogRel(("GUI: UIMediumEnumerator: Medium with key={%s} has it changed to {%s}\n", strUIMediumKey.toAscii().constData(),
    317317                                                                                           strUIMediumID.toAscii().constData()));
    318318
     
    326326        /* Just update enumerated medium: */
    327327        m_mediums[strUIMediumID] = uimedium;
    328         LogRel2(("GUI: UIMediumEnumerator: Medium with key={%s} updated.\n", strUIMediumID.toAscii().constData()));
     328        LogRel2(("GUI: UIMediumEnumerator: Medium with key={%s} updated\n", strUIMediumID.toAscii().constData()));
    329329
    330330        /* And notify listener about update: */
     
    530530                /* Uncache corresponding UIMedium: */
    531531                m_mediums.remove(strMediumID);
    532                 LogRel(("GUI: UIMediumEnumerator:  Medium with key={%s} uncached.\n", strMediumID.toAscii().constData()));
     532                LogRel(("GUI: UIMediumEnumerator:  Medium with key={%s} uncached\n", strMediumID.toAscii().constData()));
    533533
    534534                /* And notify listeners: */
     
    559559            /* Cache created UIMedium: */
    560560            m_mediums.insert(strUIMediumKey, uimedium);
    561             LogRel(("GUI: UIMediumEnumerator:  Medium with key={%s} cached.\n", strUIMediumKey.toAscii().constData()));
     561            LogRel(("GUI: UIMediumEnumerator:  Medium with key={%s} cached\n", strUIMediumKey.toAscii().constData()));
    562562
    563563            /* And notify listeners: */
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