Changeset 107578 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jan 9, 2025 9:54:24 AM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 166651
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/VMMDevInterface.cpp
r107493 r107578 1162 1162 1163 1163 vrc = HGCMHostCall("VBoxSharedFolders", SHFL_FN_SET_STATUS_LED, 1, &parm); 1164 if (RT_FAILURE(vrc)) 1165 LogRel(("Warning: Cannot set Shared Folders status LED! vrc=%Rrc\n", vrc)); 1164 1166 } 1165 1167 else … … 1167 1169 } 1168 1170 else 1169 LogRel(("Failed to load Shared Folders service 1171 LogRel(("Failed to load Shared Folders service! vrc=%Rrc\n", vrc)); 1170 1172 1171 1173 … … 1186 1188 } 1187 1189 else 1188 LogRel(("Warning!: Failed to load the Guest Control Service! %Rrc\n", vrc));1190 LogRel(("Warning!: Failed to load the Guest Control Service! vrc=%Rrc\n", vrc)); 1189 1191 # endif /* VBOX_WITH_GUEST_CONTROL */ 1190 1192
Note:
See TracChangeset
for help on using the changeset viewer.