Skip to content

Commit

Permalink
JGRP-1611 Update log messages to follow TAG-2 message format
Browse files Browse the repository at this point in the history
i.e. no brackets, 6 digit padded message IDs
  • Loading branch information
pferraro committed Aug 30, 2013
1 parent 4361167 commit a5c6abf
Showing 2 changed files with 30 additions and 30 deletions.
30 changes: 15 additions & 15 deletions conf/jg-messages.properties
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
ConfigurationError = [JGRP00001] configuration error: the following properties in %s are not recognized: %s
ProtocolLoadError = [JGRP00002] unable to load protocol %1$s (either with relative - %1$s - or absolute - %2$s - class name)
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
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
VersionMismatch = [JGRP00010] packet from %s has different version (%s) than ours (%s); packet is discarded
MsgDroppedNak = [JGRP00011] %s: dropped message %s from non-member %s (view=%s)
MsgDroppedDiffCluster = [JGRP00012] discarded message from different cluster %s (our cluster is %s). Sender was %s
BatchDroppedDiffCluster = [JGRP00013] discarded message batch from different cluster %s (our cluster is %s). Sender was %s
ConfigurationError = JGRP000001: configuration error: the following properties in %s are not recognized: %s
ProtocolLoadError = JGRP000002: unable to load protocol %1$s (either with relative - %1$s - or absolute - %2$s - class name)
FileNotFound = JGRP000003: file \"%s\" not found
ParseError = JGRP000004: parsing failure; the XML document is not correct: %s
ProtocolCreateError = JGRP000005: failure creating protocol %s: %s
AcceptError = JGRP000006: failed accepting connection from peer
AttrReadFailure = JGRP000007: failed reading value of attribute %s: %s
MissingAttribute = JGRP000008: did not find attribute with name %s
AttrWriteFailure = JGRP000009: failed writing to attribute %s: %s
VersionMismatch = JGRP000010: packet from %s has different version (%s) than ours (%s); packet is discarded
MsgDroppedNak = JGRP000011: %s: dropped message %s from non-member %s (view=%s)
MsgDroppedDiffCluster = JGRP000012: discarded message from different cluster %s (our cluster is %s). Sender was %s
BatchDroppedDiffCluster = JGRP000013: discarded message batch from different cluster %s (our cluster is %s). Sender was %s
SuppressMsg = (received %d identical messages from %s in the last %d ms)
Deprecated = [JGRP00014] %s has been deprecated: %s
IncorrectBufferSize = [JGRP00015] the %s buffer of socket %s was set to %s, but the OS only allocated %s. \
Deprecated = JGRP000014: %s has been deprecated: %s
IncorrectBufferSize = JGRP000015: the %s buffer of socket %s was set to %s, but the OS only allocated %s. \
This might lead to performance problems. Please set your max %s buffer in the OS correctly (e.g. %s on Linux)
30 changes: 15 additions & 15 deletions conf/jg-messages_de.properties
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
ConfigurationError = [JGRP00001] Konfigurationsfehler: die folgenden Parameter in %s sind nicht erlaubt: %s
ProtocolLoadError = [JGRP00002] Fehler beim Laden des Protokolls %1$s (sowohl mit relativem - %1$s - als auch absolutem - %2$s - Pfadnamen)
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
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
VersionMismatch = [JGRP00010] Nachricht von %s hat eine andere Version (%s) als unsere (%s); Nachricht wird verworfen
MsgDroppedNak = [JGRP00011] %s: Nachricht %s von Nicht-Mitglied %s wurde verworfen (View=%s)
MsgDroppedDiffCluster = [JGRP00012] Nachricht von Cluster %s wurde verworfen (unser Cluster ist %s). Der Sender war %s
BatchDroppedDiffCluster = [JGRP00013] Nachrichten-Batch von Cluster %s wurde verworfen (unser Cluster ist %s). Der Sender war %s
ConfigurationError = JGRP000001: Konfigurationsfehler: die folgenden Parameter in %s sind nicht erlaubt: %s
ProtocolLoadError = JGRP000002: Fehler beim Laden des Protokolls %1$s (sowohl mit relativem - %1$s - als auch absolutem - %2$s - Pfadnamen)
FileNotFound = JGRP000003: Datei \"%s\" nicht gefunden
ParseError = JGRP000004: Fehler beim Parsen von XML; das Dokument ist nicht korrekt: %s
ProtocolCreateError = JGRP000005: Protokoll %s konnte nicht instantiiert werden: %s
AcceptError = JGRP000006: Verbindung vom Peer konnte nicht hergestellt werden
AttrReadFailure = JGRP000007: Attribut %s konnte nicht gelesen werden: %s
MissingAttribute = JGRP000008: Attribut %s wurde nicht gefunden
AttrWriteFailure = JGRP000009: Attribut %s konnte nicht geschrieben werden: %s
VersionMismatch = JGRP000010: Nachricht von %s hat eine andere Version (%s) als unsere (%s); Nachricht wird verworfen
MsgDroppedNak = JGRP000011: %s: Nachricht %s von Nicht-Mitglied %s wurde verworfen (View=%s)
MsgDroppedDiffCluster = JGRP000012: Nachricht von Cluster %s wurde verworfen (unser Cluster ist %s). Der Sender war %s
BatchDroppedDiffCluster = JGRP000013: Nachrichten-Batch von Cluster %s wurde verworfen (unser Cluster ist %s). Der Sender war %s
SuppressMsg = (%d identische Nachrichten erhalten von %s in den letzten %d ms)
Deprecated = [JGRP00014] %s wird nicht mehr unterstuetzt: %s
IncorrectBufferSize = [JGRP00015] Der %s Puffer des Sockets %s wurde auf %s gesetzt, aber das Betriebssystem stellt nur %s zur Verfuegung. \
Deprecated = JGRP000014: %s wird nicht mehr unterstuetzt: %s
IncorrectBufferSize = JGRP000015: Der %s Puffer des Sockets %s wurde auf %s gesetzt, aber das Betriebssystem stellt nur %s zur Verfuegung. \
Dies koennte zu Performanzproblemen fuehren. Bitte setzen Sie den max %s Puffer im Betriebssystem korrekt (z.B. %s unter Linux)

0 comments on commit a5c6abf

Please sign in to comment.