VirtualBox

Changeset 21726 in vbox


Ignore:
Timestamp:
Jul 20, 2009 2:14:49 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50294
Message:

Suppress LogRel warning about missing VRDPAuth symbols.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleVRDPServer.cpp

    r19134 r21726  
    13751375            if (RT_FAILURE (rc2))
    13761376            {
    1377                 LogRel(("VRDPAUTH: Could not resolve import '%s'. Error code: %Rrc\n", "VRDPAuth2", rc2));
     1377                if (rc2 != VERR_SYMBOL_NOT_FOUND)
     1378                {
     1379                    LogRel(("VRDPAUTH: Could not resolve import '%s'. Error code: %Rrc\n", "VRDPAuth2", rc2));
     1380                }
    13781381                rc = rc2;
    13791382            }
     
    13841387            if (RT_FAILURE (rc2))
    13851388            {
    1386                 LogRel(("VRDPAUTH: Could not resolve import '%s'. Error code: %Rrc\n", "VRDPAuth", rc2));
     1389                if (rc2 != VERR_SYMBOL_NOT_FOUND)
     1390                {
     1391                    LogRel(("VRDPAUTH: Could not resolve import '%s'. Error code: %Rrc\n", "VRDPAuth", rc2));
     1392                }
    13871393                rc = rc2;
    13881394            }
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