Server: add informations when removing requests of unexisting pod
This commit is contained in:
parent
32e574750a
commit
d6cf31b7e0
|
@ -176,6 +176,7 @@ function makeRequests () {
|
||||||
|
|
||||||
// Maybe the pod is not our friend anymore so simply remove it
|
// Maybe the pod is not our friend anymore so simply remove it
|
||||||
if (!toPod) {
|
if (!toPod) {
|
||||||
|
logger.info('Removing %d requests of unexisting pod %s.', requestToMake.ids.length, toPodId)
|
||||||
removePodOf.call(self, requestToMake.ids, toPodId)
|
removePodOf.call(self, requestToMake.ids, toPodId)
|
||||||
return callbackEach()
|
return callbackEach()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue