Skip to content

Commit 67ac17f

Browse files
authored
Merge pull request #48 from sarveshwar-singh/debug-output
more readable debug log output
2 parents 423b02e + af2e4c7 commit 67ac17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperdeck/response-handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function ResponseHandler(clientSocket) {
4444
buffer.pop();
4545
}
4646

47-
logger.debug('Got complete data.\n', buffer);
47+
logger.debug('Got complete data.\n', buffer.join('\n'));
4848
// reset buffer here and use clone (in case exception happens below)
4949
var bufferClone = buffer.splice(0);
5050
try {

0 commit comments

Comments
 (0)