summaryrefslogtreecommitdiff
path: root/sources/protocols/implementations/VSReliableMulticastProtocol.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-08-13 01:21:52 +0000
committerPaul Buetow <paul@buetow.org>2008-08-13 01:21:52 +0000
commit7c8f393e11142fd5894668905c7b3f091a5bd4be (patch)
tree8faa8934ee1d7cffd5331bd476df48700b408243 /sources/protocols/implementations/VSReliableMulticastProtocol.java
parentf54ba6c064b3a3d78360ef448786f7c0b2d601fd (diff)
typos
Diffstat (limited to 'sources/protocols/implementations/VSReliableMulticastProtocol.java')
-rw-r--r--sources/protocols/implementations/VSReliableMulticastProtocol.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/sources/protocols/implementations/VSReliableMulticastProtocol.java b/sources/protocols/implementations/VSReliableMulticastProtocol.java
index 06e5c7b..9cfb04c 100644
--- a/sources/protocols/implementations/VSReliableMulticastProtocol.java
+++ b/sources/protocols/implementations/VSReliableMulticastProtocol.java
@@ -104,10 +104,10 @@ public class VSReliableMulticastProtocol extends VSAbstractProtocol {
else
return;
- logg("ACK von Prozess " + pid + " erhalten!");
+ log("ACK von Prozess " + pid + " erhalten!");
if (pids.size() == 0) {
- logg("ACKs von allen beteiligten Prozessen " +
+ log("ACKs von allen beteiligten Prozessen " +
"erhalten!");
/* Remove the active schedule which has been created in the
@@ -151,10 +151,10 @@ public class VSReliableMulticastProtocol extends VSAbstractProtocol {
sendMessage(message);
if (ackSent) {
- logg("ACK erneut versendet");
+ log("ACK erneut versendet");
} else {
- logg("ACK versendet");
+ log("ACK versendet");
ackSent = true;
}
}