Commit 5813d44d authored by Julian Zobel's avatar Julian Zobel
Browse files

GUI Bugfix

parent 61aca409
......@@ -1067,7 +1067,7 @@ public abstract class AbstractMacLayer implements MacLayer {
out.append(reason.toString());
out.append(": ");
out.append(_messageDropCounters[reason.ordinal()]);
out.append("\n");
out.append(" | \n");
}
return out.toString();
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment