Issue 123774 - DBG_ERROR, DBG_WARN and DBG_TRACE should always show file and line info
Summary: DBG_ERROR, DBG_WARN and DBG_TRACE should always show file and line info
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: 3.4.0
Hardware: All All
: P4 Normal (vote)
Target Milestone: 4.1.0
Assignee: hdu@apache.org
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-29 15:03 UTC by hdu@apache.org
Modified: 2017-05-20 10:34 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: 4.0.1
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description hdu@apache.org 2013-11-29 15:03:03 UTC
The DBG_ERROR, DBG_WARN and DBG_TRACE macros from main/tools/inc/tools/debug.hxx don't always show the file name and line number of the corresponding source code. Having this info would be quite useful.
Comment 1 SVN Robot 2013-11-29 15:05:30 UTC
"hdu" committed SVN revision 1546577 into trunk:
#i123774# the DBG_ERROR/DBG_WARN/DBG_TRACE macros should always show file and...
Comment 2 hdu@apache.org 2013-11-29 15:15:30 UTC
Fixed with the commit above.