Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Hall committed Jan 10, 2017
1 parent 3be99c2 commit c1de9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/storjshare-daemon.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ if (!storjshare_daemon.foreground) {
}

dnode(api.methods)
.on('warn', (err) => api.logger.error(err.message))
.on('error', (err) => api.logger.warn(err.message))
.listen(config.daemonRpcPort, config.daemonRpcAddress);

0 comments on commit c1de9da

Please sign in to comment.