Bug #6490 ยป 0001-Bug-6490.patch
| lib/tracer.rb | ||
|---|---|---|
|
else
|
||
|
source = get_line(file, line)
|
||
|
end
|
||
|
printf("%s:%d:%s:%s: %s",
|
||
|
file,
|
||
|
line,
|
||
|
klass || '',
|
||
|
EVENT_SYMBOL[event],
|
||
|
source)
|
||
|
stdout.printf("%s:%d:%s:%s: %s",
|
||
|
file,
|
||
|
line,
|
||
|
klass || '',
|
||
|
EVENT_SYMBOL[event],
|
||
|
source)
|
||
|
end
|
||
|
end
|
||