Changeset 4002 in vbox for trunk/src/VBox/HostServices/SharedFolders
- Timestamp:
- Aug 2, 2007 12:00:14 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23428
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp
r4001 r4002 820 820 * What is a file now can be a directory when you open it. */ 821 821 rc = RTPathQueryInfo (pszFullPath, &info, RTFSOBJATTRADD_NOTHING); 822 Log2(("RTPathQueryInfo returned %Vrc\n", rc)); 822 823 823 824 if (BIT_FLAG(pParms->CreateFlags, SHFL_CF_LOOKUP)) 824 825 { 826 Log2(("SHFL_CF_LOOKUP\n")); 825 827 /* Client just wants to know if the object exists. */ 826 828 switch (rc) … … 920 922 if (rc == VERR_FILE_NOT_FOUND || rc == VERR_PATH_NOT_FOUND) 921 923 { 924 Log2(("pParms->CreateFlags = %x\n", pParms->CreateFlags)); 925 922 926 rc = VINF_SUCCESS; 923 927
Note:
See TracChangeset
for help on using the changeset viewer.