VirtualBox

Changeset 47590 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 7, 2013 1:38:58 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
87791
Message:

Small change to tidy up 6787 Contrl VboxSV release logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp

    r47589 r47590  
    13051305    //  Set to passed value or if default used/attempted (even if error condition) use empty string.
    13061306    m->strLoggingLevel = (useLoggingLevel.equals(VBOXSVC_LOG_DEFAULT) ? "" : useLoggingLevel);
    1307     return rc;
     1307    return (RT_SUCCESS(rc) ? S_OK : E_FAIL);
    13081308}
    13091309
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