VirtualBox

Changeset 41251 in vbox for trunk/include/iprt


Ignore:
Timestamp:
May 11, 2012 6:08:05 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77901
Message:

log: Shortcut for LogFlowFunc(("LEAVE: %Rrc")).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/log.h

    r38573 r41251  
    783783#define LogFlowFuncLeave()      LogFlowFunc(("LEAVE\n"))
    784784
     785/** Shortcut to |LogFlowFunc ("LEAVE: %Rrc\n")|, marks the end of the function. */
     786#define LogFlowFuncLeaveRC(rc)      LogFlowFunc(("LEAVE: %Rrc\n", (rc)))
     787
    785788/** Shortcut to |LogFlowThisFunc ("ENTER\n")|, marks the beginnig of the function. */
    786789#define LogFlowThisFuncEnter()  LogFlowThisFunc(("ENTER\n"))
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