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