Changeset 89358 in vbox
- Timestamp:
- May 28, 2021 1:26:46 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostartStart.cpp
r82968 r89358 113 113 } 114 114 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 115 123 if ( SUCCEEDED(rc) 116 124 && !listVM.empty())
Note:
See TracChangeset
for help on using the changeset viewer.