VirtualBox

Changeset 98994 in vbox for trunk


Ignore:
Timestamp:
Mar 15, 2023 6:50:09 PM (21 months ago)
Author:
vboxsync
Message:

FE/Qt: Runtime UI: Bug-fix for r155090, wrong log arguments order.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp

    r98943 r98994  
    847847        {
    848848            LogRel(("GUI: UIMachineView::sltPerformGuestResize: Omitting to send size-hint %dx%d to guest-screen %d "
    849                     "because frame-buffer is already of the same size.\n", (int)screenId(), size.width(), size.height()));
     849                    "because frame-buffer is already of the same size.\n", size.width(), size.height(), (int)screenId()));
    850850            fSendHint = false;
    851851        }
     
    854854        {
    855855            LogRel(("GUI: UIMachineView::sltPerformGuestResize: Omitting to send size-hint %dx%d to guest-screen %d "
    856                     "because this hint was previously sent.\n", (int)screenId(), size.width(), size.height()));
     856                    "because this hint was previously sent.\n", size.width(), size.height(), (int)screenId()));
    857857            fSendHint = false;
    858858        }
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