Changeset 13837 in vbox for trunk/src/VBox/HostServices/SharedFolders/mappings.cpp
- Timestamp:
- Nov 5, 2008 2:54:02 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38828
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/mappings.cpp
r13835 r13837 202 202 } 203 203 204 LogFlow(("vbsfMappingsQuery: return rc = % Vrc\n", rc));204 LogFlow(("vbsfMappingsQuery: return rc = %Rrc\n", rc)); 205 205 206 206 return rc; … … 232 232 rc = VERR_FILE_NOT_FOUND; 233 233 234 LogFlow(("vbsfMappingsQuery:Name return rc = % Vrc\n", rc));234 LogFlow(("vbsfMappingsQuery:Name return rc = %Rrc\n", rc)); 235 235 236 236 return rc; … … 252 252 rc = VERR_FILE_NOT_FOUND; 253 253 254 LogFlow(("vbsfMappingsQuery:Writable return rc = % Vrc\n", rc));254 LogFlow(("vbsfMappingsQuery:Writable return rc = %Rrc\n", rc)); 255 255 256 256 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.