Skip to content

Commit

Permalink
Merge pull request #903 from particl/fix/params
Browse files Browse the repository at this point in the history
fix parameters passed to core
  • Loading branch information
kewde committed May 31, 2018
2 parents 90bca83 + d359684 commit 7a6c415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports.init = function () {
? 'particl-desktop'
: 'Particl Desktop';
let logPath = options.testnet
? 'testnet/particl-desktop.log'
? 'particl-desktop-testnet.log'
: 'particl-desktop.log';
log.transports.file.file = log.transports.file
.findLogPath(log.transports.file.appName)
Expand Down

0 comments on commit 7a6c415

Please sign in to comment.