VirtualBox

Changeset 41442 in vbox for trunk/src


Ignore:
Timestamp:
May 24, 2012 5:34:09 PM (13 years ago)
Author:
vboxsync
Message:

VBoxTray/SharedFolders/win: addition to r78172: logging correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxSharedFolders.cpp

    r41441 r41442  
    124124            RTMemFree(paMappings);
    125125        }
    126         else
     126        else if (RT_FAILURE(rc))
    127127            Log(("VBoxTray: Error while getting the shared folder mappings, rc = %Rrc\n", rc));
    128128        VbglR3SharedFolderDisconnect(u32ClientId);
     
    192192            RTMemFree(paMappings);
    193193        }
    194         else
     194        else if (cMappings)
    195195            Log(("VBoxTray: Error while getting the shared folder mappings, rc = %Rrc\n", rc));
    196196        VbglR3SharedFolderDisconnect(u32ClientId);
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