VirtualBox

Changeset 107578 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jan 9, 2025 9:54:24 AM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166651
Message:

src/VBox/Main/src-client/VMMDevInterface.cpp: Fixed warnings found by Parfait (assignment unused). jiraref:VBP-1424

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/VMMDevInterface.cpp

    r107493 r107578  
    11621162
    11631163            vrc = HGCMHostCall("VBoxSharedFolders", SHFL_FN_SET_STATUS_LED, 1, &parm);
     1164            if (RT_FAILURE(vrc))
     1165                LogRel(("Warning: Cannot set Shared Folders status LED! vrc=%Rrc\n", vrc));
    11641166        }
    11651167        else
     
    11671169    }
    11681170    else
    1169         LogRel(("Failed to load Shared Folders service %Rrc\n", vrc));
     1171        LogRel(("Failed to load Shared Folders service! vrc=%Rrc\n", vrc));
    11701172
    11711173
     
    11861188    }
    11871189    else
    1188         LogRel(("Warning!: Failed to load the Guest Control Service! %Rrc\n", vrc));
     1190        LogRel(("Warning!: Failed to load the Guest Control Service! vrc=%Rrc\n", vrc));
    11891191# endif /* VBOX_WITH_GUEST_CONTROL */
    11901192
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