|
@@ -1124,6 +1124,11 @@ public abstract class TransportReplicationAction<
|
|
|
public String getTargetAllocationID() {
|
|
|
return targetAllocationID;
|
|
|
}
|
|
|
+
|
|
|
+ @Override
|
|
|
+ public String toString() {
|
|
|
+ return "request: " + request + ", target allocation id: " + targetAllocationID;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/**
|