Changeset 97428 in vbox for trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp
- Timestamp:
- Nov 7, 2022 11:18:45 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 154433
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp
r97426 r97428 1041 1041 } 1042 1042 1043 #ifdef DEBUG1044 1043 /** 1045 1044 * Dumps a FsList to the debug log. … … 1059 1058 LogFlowFuncLeave(); 1060 1059 } 1061 #endif /* DEBUG */1062 1060 1063 1061 /** … … 1537 1535 break; 1538 1536 } 1539 #ifdef DEBUG 1537 1540 1538 pFsList->DumpToLog(); 1541 #endif 1539 1542 1540 mVecLists.push_back(pFsList); 1543 1541 } … … 1980 1978 break; 1981 1979 } 1982 #ifdef DEBUG 1980 1983 1981 pFsList->DumpToLog(); 1984 #endif 1982 1985 1983 mVecLists.push_back(pFsList); 1986 1984 }
Note:
See TracChangeset
for help on using the changeset viewer.