Skip to content

Commit

Permalink
Merge pull request #501 from hth/notify-delay
Browse files Browse the repository at this point in the history
updated log
  • Loading branch information
hth authored Mar 1, 2018
2 parents fa25461 + 5f4f332 commit 64f5152
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ public String remoteScanQueueState(
try {
JsonQueue jsonQueue = tokenQueueMobileService.findTokenState(codeQR.getText());
int remoteJoinCount = inviteService.getRemoteJoinCount(qid);
LOG.info("Found available remote join for qid={} is remoteJoinCount={}", qid, remoteJoinCount);
jsonQueue.setRemoteJoinCount(remoteJoinCount);
return jsonQueue.asJson();
} catch (Exception e) {
Expand Down

0 comments on commit 64f5152

Please sign in to comment.