revert trace

This commit is contained in:
Jonathan Rainville 2018-07-30 16:03:02 -04:00 committed by Iuri Matias
parent ef9fbb5b6e
commit 5179eea56f

View File

@ -24,7 +24,7 @@ class SwarmProcess extends ProcessWrapper {
`--password=${fs.dappPath(this.storageConfig.account.password)}`,
`--corsdomain=${self.cors.join(',')}`
];
console.error('Starting swarm process with arguments: ' + args.join(' '));
console.trace('Starting swarm process with arguments: ' + args.join(' '));
this.child = child_process.spawn(this.command, args);
this.child.on('error', (err) => {