diff --git a/Base/Library/CONDccxt.py b/Base/Library/CONDccxt.py index da4b39c..6cebc2f 100755 --- a/Base/Library/CONDccxt.py +++ b/Base/Library/CONDccxt.py @@ -202,6 +202,7 @@ def OrderProcessor(Orphan): else: # Give OliverTwist a response relay.JRLog.Write(f"{id}: Order failed with {relay.GetFailedReason(result)}",stdOut=False) + relay.JRLog.Write(f"{id} -> {cid}: {result}",stdOut=False) return 'Waiting' else: # Strike did not happen diff --git a/Base/Library/CONDoanda.py b/Base/Library/CONDoanda.py index 2de66e7..7ece249 100755 --- a/Base/Library/CONDoanda.py +++ b/Base/Library/CONDoanda.py @@ -311,6 +311,7 @@ def OrderProcessor(Orphan): else: # Give OliverTwist a response relay.JRLog.Write(f"{id} -> {cid}: Order failed with {relay.GetFailedReason(result)}",stdOut=False) + relay.JRLog.Write(f"{id} -> {cid}: {result}",stdOut=False) return 'Waiting' else: # Strike did not happen