- Timestamp:
- Jan 10, 2025 2:02:11 PM (8 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp
r107656 r107658 545 545 if (pFile) 546 546 { 547 VGSvcVerbose(2, "[File %s] Closing (handle=%RU32)\n", pFile ? pFile->pszName : "<Not found>", uHandle);547 VGSvcVerbose(2, "[File %s] Closing (handle=%RU32)\n", pFile->pszName : "<Not found>", uHandle); 548 548 rc = vgsvcGstCtrlSessionFileFree(pFile); 549 549 } … … 1148 1148 if (pDir) 1149 1149 { 1150 VGSvcVerbose(2, "[Dir %s] Closing (handle=%RU32)\n", pDir ? pDir->pszPathAbs : "<Not found>", uHandle);1150 VGSvcVerbose(2, "[Dir %s] Closing (handle=%RU32)\n", pDir->pszPathAbs : "<Not found>", uHandle); 1151 1151 rc = vgsvcGstCtrlSessionDirFree(pDir); 1152 1152 } … … 1308 1308 if (pDir) 1309 1309 { 1310 VGSvcVerbose(2, "[Dir %s] Rewinding (handle=%RU32)\n", pDir ? pDir->pszPathAbs : "<Not found>", uHandle);1310 VGSvcVerbose(2, "[Dir %s] Rewinding (handle=%RU32)\n", pDir->pszPathAbs : "<Not found>", uHandle); 1311 1311 1312 1312 rc = RTDirRewind(pDir->hDir);
Note:
See TracChangeset
for help on using the changeset viewer.