We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcfdf4 commit a0bae4dCopy full SHA for a0bae4d
dslink-v2/src/main/java/com/acuity/iot/dsa/dslink/protocol/DSSession.java
@@ -384,7 +384,7 @@ private void waitForAcks(long timeout) {
384
}
385
if ((System.currentTimeMillis() - start) > timeout) {
386
debug(debug() ? String
387
- .format("witForAcks timeout (%s / %s)", ackRcvd, messageId)
+ .format("waitForAcks timeout (%s / %s)", ackRcvd, messageId)
388
: null);
389
break;
390
0 commit comments