VirtualBox

Changeset 89358 in vbox


Ignore:
Timestamp:
May 28, 2021 1:26:46 PM (4 years ago)
Author:
vboxsync
Message:

VBoxAutostart: bugref:9341: LogRel the fact that there are no VMs
configured for autostart.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostartStart.cpp

    r82968 r89358  
    113113        }
    114114
     115        /**
     116         * @todo r=uwe I'm not reindenting this whole burnt offering
     117         * to mistinterpreted Dijkstra's "single exit" commandment
     118         * just to add this log, hence a bit of duplicate logic here.
     119         */
     120        if (SUCCEEDED(rc) && listVM.empty())
     121            LogRel(("No VMs configured for autostart\n"));
     122
    115123        if (   SUCCEEDED(rc)
    116124            && !listVM.empty())
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