0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-26 02:18:53 +02:00

ircd:Ⓜ️ Show hash value in the multiline pretty(event).

This commit is contained in:
Jason Volk 2018-01-23 15:03:21 -08:00
parent dd47d71905
commit 22ae47ebe6

View file

@ -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;
}