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':