diff --git a/src/bin/www.js b/src/bin/www.js index 115ff39..4093938 100755 --- a/src/bin/www.js +++ b/src/bin/www.js @@ -5,7 +5,7 @@ import app from '../app'; import debugLib from 'debug'; import http from 'http'; -const debug = debugLib('your-project-name:server'); +const debug = debugLib('es6-nodejs:server'); /** * Get port from environment and store in Express.