mirror of
https://github.com/matrix-construct/construct
synced 2025-04-29 13:04:17 +02:00
modules/console: Minor rename of peer request output flag.
This commit is contained in:
parent
5ede78afe8
commit
e06ea82706
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue