Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
PeerfactSim.KOM
Commits
5813d44d
Commit
5813d44d
authored
Jan 14, 2020
by
Julian Zobel
Browse files
GUI Bugfix
parent
61aca409
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/linklayer/mac/AbstractMacLayer.java
View file @
5813d44d
...
...
@@ -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
();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment