Skip to content

Commit

Permalink
Policheck updates
Browse files Browse the repository at this point in the history
  • Loading branch information
damabe committed Aug 31, 2023
1 parent 1e68722 commit 4254e7d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void traceMessage( const wchar_t *msg);

#else
#define CLEAR_TRACE_WIN(MSG) ;
// Don't nuke Logging
// Don't remove Logging
#define LOG_ERR(X) TRC_MSG("FATAL Error " << X << " function : " << __FUNCTION__ )
#define LOG_ERR_HR(X, HRX) LOG_ERR("HR = " << std::hex << HRX << " " << X)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void traceMessage( const wchar_t *msg);

#else
#define CLEAR_TRACE_WIN(MSG) ;
// Don't nuke Logging
// Don't remove Logging
#define LOG_ERR(X) TRC_MSG("FATAL Error " << X << " function : " << __FUNCTION__ )
#define LOG_ERR_HR(X, HRX) LOG_ERR("HR = " << std::hex << HRX << " " << X)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void traceMessage( const wchar_t *msg);

#else
#define CLEAR_TRACE_WIN(MSG) ;
// Don't nuke Logging
// Don't remove Logging
#define LOG_ERR(X) TRC_MSG("FATAL Error " << X << " function : " << __FUNCTION__ )
#define LOG_ERR_HR(X, HRX) LOG_ERR("HR = " << std::hex << HRX << " " << X)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void traceMessage( const wchar_t *msg);

#else
#define CLEAR_TRACE_WIN(MSG) ;
// Don't nuke Logging
// Don't remove Logging
#define LOG_ERR(X) TRC_MSG("FATAL Error " << X << " function : " << __FUNCTION__ )
#define LOG_ERR_HR(X, HRX) LOG_ERR("HR = " << std::hex << HRX << " " << X)

Expand Down

0 comments on commit 4254e7d

Please sign in to comment.