VirtualBox

Changeset 59889 in vbox


Ignore:
Timestamp:
Mar 1, 2016 3:18:14 PM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:8200: Runtime UI: Release logging for PowerUp procedure.

File:
1 edited

Legend:

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

    r59888 r59889  
    225225        case KMachineState_Teleported:
    226226        case KMachineState_Aborted:
     227        {
     228            LogRel(("GUI: Aborting startup due to invalid machine state detected: %d\n", ms));
    227229            return false;
     230        }
    228231        default:
    229232            break;
     
    285288        if (vboxGlobal().showStartVMErrors())
    286289            msgCenter().cannotStartMachine(console(), machineName());
     290        LogRel(("GUI: Aborting startup due to power up issue detected...\n"));
    287291        return false;
    288292    }
     
    313317        if (vboxGlobal().showStartVMErrors())
    314318            msgCenter().cannotStartMachine(progress, machineName());
     319        LogRel(("GUI: Aborting startup due to power up progress issue detected...\n"));
    315320        return false;
    316321    }
     
    18211826            machineLogic()->openNetworkSettingsDialog();
    18221827        else
     1828        {
     1829            LogRel(("GUI: Aborting startup due to preprocess initialization issue detected...\n"));
    18231830            return false;
     1831        }
    18241832    }
    18251833#endif /* VBOX_WITH_NETFLT */
     
    19111919            bool fServerCrashed = false;
    19121920            powerOff(false, fServerCrashed);
     1921            LogRel(("GUI: Aborting startup due to postprocess initialization issue detected...\n"));
    19131922            return false;
    19141923        }
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