Make 'listtraps' less verbose (fixes #157).

This commit is contained in:
Stephen Anthony 2017-07-06 21:05:52 -02:30
parent 7f2b6a8983
commit 10c53bce89
1 changed files with 2 additions and 1 deletions

View File

@ -1102,8 +1102,9 @@ void DebuggerParser::executeListtraps()
{
if(debugger.readTrap(i) || debugger.writeTrap(i))
{
commandResult << trapStatus(i) << endl;
commandResult << trapStatus(i) << " + mirrors" << endl;
count++;
break;
}
}