Update log for local server

This commit is contained in:
Brandon Keepers 2017-04-08 17:35:29 -05:00
parent 9e4dcacf01
commit 64814d2592
No known key found for this signature in database
GPG Key ID: F9533396D5FACBF6
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ module.exports = options => {
start() {
server.listen(options.port);
console.log('Listening on http://localhost:' + options.port);
robot.log.trace('Listening on http://localhost:' + options.port);
},
load(plugin) {