Browse Source

Add proxy details to notify logging

master
Con Kolivas 10 years ago
parent
commit
41388a6e8c
  1. 4
      src/generator.c

4
src/generator.c

@ -668,8 +668,8 @@ retry:
clients_per_proxy);
}
LOGINFO("Found notify with enonce %s nonce2len %d", proxi->enonce1,
proxi->nonce2len);
LOGINFO("Found notify for proxy %d:%d with enonce %s nonce2len %d", proxi->id,
proxi->subid, proxi->enonce1, proxi->nonce2len);
ret = true;
out:

Loading…
Cancel
Save