Changeset 88653 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 22, 2021 2:00:28 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143967
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r88490 r88653 3056 3056 if (uTimerHz) 3057 3057 InsertConfigInteger(pCfg, "TimerHz", uTimerHz); 3058 InsertConfigInteger(pCfg, "DebugEnabled", fDebugEnabled); 3059 if (strDebugPathOut.isNotEmpty()) 3060 InsertConfigString(pCfg, "DebugPathOut", strDebugPathOut); 3058 3061 break; 3059 3062 }
Note:
See TracChangeset
for help on using the changeset viewer.