debug out cmd

This commit is contained in:
Girish Ramakrishnan
2016-05-19 15:54:25 -07:00
parent da42f2f00c
commit 53cb7fe687
+1 -1
View File
@@ -341,7 +341,7 @@ function getLogs(req, res, next) {
function exec(req, res, next) {
assert.strictEqual(typeof req.params.id, 'string');
debug('Execing into app id:%s', req.params.id);
debug('Execing into app id:%s and cmd:%s', req.params.id, req.query.cmd);
var cmd = null;
if (req.query.cmd) {