diff --git a/ircd/m/event.cc b/ircd/m/event.cc index e6077cfc5..41c1451f3 100644 --- a/ircd/m/event.cc +++ b/ircd/m/event.cc @@ -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; }