Skip to content

Commit 504f662

Browse files
author
gcohen
committed
fixed origin log
1 parent b11f3f0 commit 504f662

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node.js/examples/ptest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function connected() {
113113

114114
function initClientWithArgs(config) {
115115
console.log("Using keyset " + config.keyset.description + " with keys " + config.keyset.sub + " " + config.keyset.pub);
116-
console.log("Using environment " + config.environment + ".");
116+
console.log("Using environment " + config.origin + ".");
117117
console.log("Setting ch1 to " + config.ch1);
118118
console.log("Setting ch2 to " + config.ch2);
119119
console.log("Setting UUID to " + config.uuid);

0 commit comments

Comments
 (0)