summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-05-06 00:24:21 +0000
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-05-06 00:24:21 +0000
commitae2eeff5c6bf759eec17a4608318dd499e222b38 (patch)
tree16f84df0f2ed4910529d899cc246543c463c0b0b
parent08da4b8c7bfb70ceb2708c312e5ab94fa5bef29d (diff)
downloadinfinitytier-ae2eeff5c6bf759eec17a4608318dd499e222b38.tar.gz
infinitytier-ae2eeff5c6bf759eec17a4608318dd499e222b38.zip
.
-rw-r--r--netconf-service/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/netconf-service/index.js b/netconf-service/index.js
index 701e9dfe..5af2aa16 100644
--- a/netconf-service/index.js
+++ b/netconf-service/index.js
@@ -52,7 +52,7 @@ var ZEROTIER_IDTOOL = '/usr/local/bin/zerotier-idtool';
var redis = require('redis');
var DB = redis.createClient();
DB.on("error",function(err) {
- console.error('Redis query error: '+err);
+ console.error('redis query error: '+err);
});
// Encoding-compatible with Dictionary.hpp in ZeroTier One C++ code base