VirtualBox

Changeset 84201 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
May 8, 2020 10:30:03 AM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9653: VirtualBox Manager: Fix for r137804: Something undesired was accidentally committed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualMachineItemCloud.cpp

    r84196 r84201  
    129129            /* Determine whether VM is accessible: */
    130130            m_fAccessible = m_comCloudMachine.GetAccessible();
    131             CVirtualBoxErrorInfo comInfo = m_comCloudMachine.GetAccessError();
    132             if (!m_fAccessible && comInfo.isNull())
    133                 LogRel(("UIVirtualMachineItemCloud::recache: Error info is NULL for inaccessible VM.\n"));
    134             m_strAccessError = !m_fAccessible && !comInfo.isNull() ? UIErrorString::formatErrorInfo(comInfo) : QString();
     131            m_strAccessError = !m_fAccessible ? UIErrorString::formatErrorInfo(m_comCloudMachine.GetAccessError()) : QString();
    135132
    136133            /* Determine VM OS type: */
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