0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-25 21:38:18 +02:00

modules/console: Minor rename of peer request output flag.

This commit is contained in:
Jason Volk 2020-06-12 13:15:00 -07:00
parent 5ede78afe8
commit e06ea82706

View file

@ -5673,7 +5673,7 @@ try
out << std::setw(4) << " " << " ";
if(request.tag && request.tag->abandoned())
out << std::setw(4) << "LEFT" << " ";
out << std::setw(4) << "GONE" << " ";
else if(!request.tag)
out << std::setw(4) << "----" << " ";
else