On Mar 16, 2010, at 18:43 , Andreas Jellinghaus wrote:
> Hi,
> 
> the debug log files include the line number.
> I hope the combination of file+function+message
> is unique, wo we can drop the line number.
> 
> I'd be for that. what is your preference?
Log includes a lot of information that changes between invocations, for example 
time. And line numbers. 
It is beneficial to see line numbering to know exactly what is going on. If the 
source has been patched or local changes made or anything similar. 

Also, a common sed/awk script in the wiki that would remove all such 
information for diff purposes would be beneficial.

Or maybe move the line number in front of the file name. But no for removing.

BTW, __FILE__ expands to the full file path given to gcc. If the build system 
uses absolute paths .... it becomes annoying. If anyone knows a way around it 
(other than changing the build system) I'd be interested to know.

-- 
Martin Paljak
http://martin.paljak.pri.ee
+3725156495

_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to