Skip to content

Commit

Permalink
changed error message: parameter is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Aug 30, 2013
1 parent 0eb3f9c commit 4361167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/jg-messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ProtocolLoadError = [JGRP00002] unable to load protocol %1$s (either w
FileNotFound = [JGRP00003] file \"%s\" not found
ParseError = [JGRP00004] parsing failure; the XML document is not correct: %s
ProtocolCreateError = [JGRP00005] failure creating protocol %s: %s
AcceptError = [JGRP00006] failed accepting connection from peer: %s
AcceptError = [JGRP00006] failed accepting connection from peer
AttrReadFailure = [JGRP00007] failed reading value of attribute %s: %s
MissingAttribute = [JGRP00008] did not find attribute with name %s
AttrWriteFailure = [JGRP00009] failed writing to attribute %s: %s
Expand Down
2 changes: 1 addition & 1 deletion conf/jg-messages_de.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ProtocolLoadError = [JGRP00002] Fehler beim Laden des Protokolls %1$s
FileNotFound = [JGRP00003] Datei \"%s\" nicht gefunden
ParseError = [JGRP00004] Fehler beim Parsen von XML; das Dokument ist nicht korrekt: %s
ProtocolCreateError = [JGRP00005] Protokoll %s konnte nicht instantiiert werden: %s
AcceptError = [JGRP00006] Verbindung vom Peer konnte nicht hergestellt werden: %s
AcceptError = [JGRP00006] Verbindung vom Peer konnte nicht hergestellt werden
AttrReadFailure = [JGRP00007] Attribut %s konnte nicht gelesen werden: %s
MissingAttribute = [JGRP00008] Attribut %s wurde nicht gefunden
AttrWriteFailure = [JGRP00009] Attribut %s konnte nicht geschrieben werden: %s
Expand Down

0 comments on commit 4361167

Please sign in to comment.