smallest of fixes
This commit is contained in:
parent
a16b228314
commit
b5443ef23e
@ -209,6 +209,11 @@ namespace bsmd.hisnord
|
|||||||
if (nswResponse.IsReset && !aMessage.Reset)
|
if (nswResponse.IsReset && !aMessage.Reset)
|
||||||
aMessage.Reset = nswResponse.IsReset;
|
aMessage.Reset = nswResponse.IsReset;
|
||||||
|
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
_log.WarnFormat("Message status not found in ANSWER {0}", answerFile);
|
||||||
|
isOK = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
#region Error / Violation handling
|
#region Error / Violation handling
|
||||||
@ -251,7 +256,10 @@ namespace bsmd.hisnord
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (aMessage.InternalStatus == Message.BSMDStatus.SENT)
|
if (aMessage.InternalStatus == Message.BSMDStatus.SENT)
|
||||||
|
{
|
||||||
aMessageStillInSENTstate = true;
|
aMessageStillInSENTstate = true;
|
||||||
|
_log.InfoFormat("message {0} still in SENT state", aMessage.Id);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -263,6 +271,7 @@ namespace bsmd.hisnord
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
_log.ErrorFormat("cannot find core for id {0}", nswResponse.MessageCoreId);
|
_log.ErrorFormat("cannot find core for id {0}", nswResponse.MessageCoreId);
|
||||||
|
isOK = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user