minor: improve AbstractEventProcessor.display + include .name
This commit is contained in:
parent
9adfbb822d
commit
f2c1c26f40
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ namespace xo {
|
|||
void
|
||||
AbstractEventProcessor::display(std::ostream & os) const
|
||||
{
|
||||
os << "<AbstractSource>";
|
||||
os << "<AbstractEventProcessor" << xtag("name", name()) << ">";
|
||||
} /*display*/
|
||||
|
||||
std::string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue