mirror of
https://github.com/matrix-construct/construct
synced 2024-11-12 13:01:07 +01:00
ircd:Ⓜ️ Show hash value in the multiline pretty(event).
This commit is contained in:
parent
dd47d71905
commit
22ae47ebe6
1 changed files with 2 additions and 2 deletions
|
@ -198,8 +198,8 @@ ircd::m::pretty(const event &event)
|
|||
{
|
||||
s << std::setw(16) << std::right << "[hash]" << ": "
|
||||
<< hash.first
|
||||
//<< " "
|
||||
//<< hash.second
|
||||
<< " "
|
||||
<< unquote(hash.second)
|
||||
<< std::endl;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue