VirtualBox

Changeset 83708 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 15, 2020 4:21:17 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137215
Message:

Shared Folders/VBoxService: More logging for vbsvcAutomounterMountIt().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp

    r83693 r83708  
    13681368     *
    13691369     * According to google we should get a drive symlink in \\GLOBAL?? when
    1370      * we are running under the system account.  Otherwise it will a session
     1370     * we are running under the system account.  Otherwise it will be a session
    13711371     * local link (\\??).
    13721372     */
     
    13861386        return rc;
    13871387    }
     1388
     1389    VGSvcVerbose(3, "vbsvcAutomounterMountIt: wszDrive='%ls', wszPrefixedName='%ls'\n",
     1390                 wszDrive, wszPrefixedName);
    13881391
    13891392    NETRESOURCEW NetRsrc;
     
    14021405        return VINF_SUCCESS;
    14031406    }
    1404     VGSvcError("vbsvcAutomounterMountIt: Failed to attach '%s' to '%s': %u\n",
    1405                pEntry->pszName, pEntry->pszActualMountPoint, dwErr);
     1407    VGSvcError("vbsvcAutomounterMountIt: Failed to attach '%s' to '%s': %Rrc (%u)\n",
     1408               pEntry->pszName, pEntry->pszActualMountPoint, RTErrConvertFromWin32(dwErr), dwErr);
    14061409    return VERR_OPEN_FAILED;
    14071410
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