1
0
Fork 0

Server: add informations when removing requests of unexisting pod

This commit is contained in:
Chocobozzz 2016-10-01 16:10:18 +02:00
parent 32e574750a
commit d6cf31b7e0
1 changed files with 1 additions and 0 deletions

View File

@ -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()
}