VirtualBox

Changeset 4383 in vbox for trunk


Ignore:
Timestamp:
Aug 27, 2007 12:12:42 PM (17 years ago)
Author:
vboxsync
Message:

More logging

Location:
trunk/src/VBox/HostServices/SharedFolders
Files:
2 edited

Legend:

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

    r4368 r4383  
    592592                if (Handle == SHFL_HANDLE_NIL)
    593593                {
     594                    AssertMsgFailed(("Invalid handle!!!!\n"));
    594595                    rc = VERR_INVALID_HANDLE;
    595596                }
  • trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp

    r4372 r4383  
    179179    if (!pszRoot || cbRoot == 0)
    180180    {
     181        Log(("vbsfBuildFullPath: invalid root!\n"));
    181182        return VERR_INVALID_PARAMETER;
    182183    }
     
    201202                rc = VERR_NO_MEMORY;
    202203                *ppszFullPath = NULL;
     204                Log(("RTMemAllocZ %x failed!!\n", cbUtf8FullPath));
    203205            }
    204206            else
     
    447449        *ppszFullPath = pszFullPath;
    448450
    449         LogFlow(("vbsfBuildFullPath: %s\n", pszFullPath));
     451        LogFlow(("vbsfBuildFullPath: %s rc=%Vrc\n", pszFullPath, rc));
    450452    }
    451453
     
    792794    int rc = VINF_SUCCESS;
    793795
    794     LogFlow(("vbsfCreate: pClient = %p, pPath = %p, cbPath = %d, pParms = %p\n",
    795              pClient, pPath, cbPath, pParms));
     796    LogFlow(("vbsfCreate: pClient = %p, pPath = %p, cbPath = %d, pParms = %p CreateFlags=%x\n",
     797             pClient, pPath, cbPath, pParms, pParms->CreateFlags));
    796798
    797799    /* Check the client access rights to the root. */
     
    995997    }
    996998
    997     Log(("vbsfCreate: handle = %RX64 rc = %Vrc\n", (uint64_t)pParms->Handle, rc));
     999    Log(("vbsfCreate: handle = %RX64 rc = %Vrc result=%x\n", (uint64_t)pParms->Handle, rc, pParms->Result));
    9981000
    9991001    return rc;
Note: See TracChangeset for help on using the changeset viewer.

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