Improved failed parse duck tail fault fallback message
This commit is contained in:
parent
950eb1eb2a
commit
567ee24b8e
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ public final class FaultStreamDelegate extends BassFaultAnchor {
|
|||
}
|
||||
FaultStreamDelegateDuckTail tail = duckTail.get().parseDuckTail(quack);
|
||||
if (tail == null) {
|
||||
return new FaultStreamDelegate("Missing duck tail for: " + quackLanguage, signal);
|
||||
return new FaultStreamDelegate("Quack without duck tail: " + quack, signal);
|
||||
}
|
||||
return new FaultStreamDelegate(tail, signal);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue