From c0e7985cac6d8c06317b6b72e10ab087483a3bb9 Mon Sep 17 00:00:00 2001 From: Satinder Grewal Date: Thu, 16 Mar 2017 00:04:21 +1300 Subject: [PATCH] test --- routes/shepherd.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/routes/shepherd.js b/routes/shepherd.js index 69328ac..caf6a1b 100644 --- a/routes/shepherd.js +++ b/routes/shepherd.js @@ -1744,6 +1744,8 @@ function getConf(flock) { var DaemonConfPath = komodoDir; if (os.platform() === 'win32') { DaemonConfPath = path.normalize(DaemonConfPath); + console.log('===>>> SHEPHERD API OUTPUT ===>>>'); + console.log(DaemonConfPath); } break; case 'zcashd':