VirtualBox

Changeset 3992 in vbox for trunk


Ignore:
Timestamp:
Aug 2, 2007 9:22:18 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23418
Message:

More logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp

    r3972 r3992  
    102102    PRTDIR         hSearch;
    103103
     104    Log2(("vbsfCorrectCasing: %s %s\n", pszFullPath, pszStartComponent));
     105
    104106    cbComponent = strlen(pszStartComponent);
    105107
     
    139141                continue;
    140142        }
     143
     144        Log2(("vbsfCorrectCasing: found %s\n", &pDirEntry->szName[0]));
    141145        if (    pDirEntry->cbName == cbComponent
    142146            &&  !RTStrICmp(pszStartComponent, &pDirEntry->szName[0]))
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette