Issue 123774

Summary: DBG_ERROR, DBG_WARN and DBG_TRACE should always show file and line info
Product: General Reporter: hdu <hdu>
Component: codeAssignee: hdu <hdu>
Status: CLOSED FIXED QA Contact:
Severity: Normal    
Priority: P4 CC: issues
Version: 3.4.0   
Target Milestone: 4.1.0   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Latest Confirmation in: 4.0.1
Developer Difficulty: ---

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.