VirtualBox

Changeset 49050 in vbox for trunk/src


Ignore:
Timestamp:
Oct 11, 2013 10:47:13 AM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: Settings dialog: Hide release logging under *gui* flow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialog.cpp

    r48577 r49050  
    326326        /* Remember text: */
    327327        pValidator->setLastMessage(text.join("<br><br>"));
    328         LogRel(("Settings Dialog:  Page validation FAILED: {%s}\n",
    329                 pValidator->lastMessage().toUtf8().constData()));
     328        LogRelFlow(("Settings Dialog:  Page validation FAILED: {%s}\n",
     329                    pValidator->lastMessage().toUtf8().constData()));
    330330    }
    331331}
     
    347347            /* What page is it related to? */
    348348            UISettingsPage *pFailedSettingsPage = pValidator->page();
    349             LogRel(("Settings Dialog:  Dialog validation FAILED: Page *%s*\n",
    350                     pFailedSettingsPage->internalName().toUtf8().constData()));
     349            LogRelFlow(("Settings Dialog:  Dialog validation FAILED: Page *%s*\n",
     350                        pFailedSettingsPage->internalName().toUtf8().constData()));
    351351
    352352            /* Show error first: */
     
    384384        const QString strPageName(pSettingsPage->internalName());
    385385
    386         LogRel(("Settings Dialog: %s Page: Revalidation in progress..\n",
    387                 strPageName.toUtf8().constData()));
     386        LogRelFlow(("Settings Dialog: %s Page: Revalidation in progress..\n",
     387                    strPageName.toUtf8().constData()));
    388388
    389389        /* Perform page revalidation: */
     
    394394        revalidate();
    395395
    396         LogRel(("Settings Dialog: %s Page: Revalidation complete.\n",
    397                 strPageName.toUtf8().constData()));
     396        LogRelFlow(("Settings Dialog: %s Page: Revalidation complete.\n",
     397                    strPageName.toUtf8().constData()));
    398398    }
    399399}
     
    401401void UISettingsDialog::sltHandleWarningPaneHovered(UIPageValidator *pValidator)
    402402{
    403     LogRel(("Settings Dialog: Warning-icon hovered: %s.\n", pValidator->internalName().toUtf8().constData()));
     403    LogRelFlow(("Settings Dialog: Warning-icon hovered: %s.\n", pValidator->internalName().toUtf8().constData()));
    404404
    405405    /* Show corresponding popup: */
     
    413413void UISettingsDialog::sltHandleWarningPaneUnhovered(UIPageValidator *pValidator)
    414414{
    415     LogRel(("Settings Dialog: Warning-icon unhovered: %s.\n", pValidator->internalName().toUtf8().constData()));
     415    LogRelFlow(("Settings Dialog: Warning-icon unhovered: %s.\n", pValidator->internalName().toUtf8().constData()));
    416416
    417417    /* Recall corresponding popup: */
Note: See TracChangeset for help on using the changeset viewer.

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