Skip to content

Commit

Permalink
updated log
Browse files Browse the repository at this point in the history
  • Loading branch information
hth committed Mar 1, 2018
1 parent 50cec18 commit 5f4f332
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 5f4f332

Please sign in to comment.