Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 5542a15

Browse files
authored
Fix typo (#4)
1 parent 8dd8c6b commit 5542a15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LogmetProducer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ function socketEventHandler(eventName, error) {
333333
// While trying to connect or reconnect, either the connection attempt was refused or the network was down. Retry...
334334
logger.warn('Connection refused or network down.');
335335
}
336-
logger.warn("A '" + eventName + "' event was caught. The connection with Lomet was compromised. Will attempt to reconnect in " + RETRY_DELAY + " seconds.");
336+
logger.warn("A '" + eventName + "' event was caught. The connection with Logmet was compromised. Will attempt to reconnect in " + RETRY_DELAY + " seconds.");
337337
retryWithExponentialBackoff(retryFunction);
338338

339339
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logmet-client",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Library for sending data to and querying data from Logmet",
55
"author": "Fabio A. Oliveira <[email protected]>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)