diff --git a/bin/www b/bin/www index 7f41f95d..d9e857a4 100755 --- a/bin/www +++ b/bin/www @@ -25,7 +25,7 @@ */ const app = require('../app'); -const debug = require('debug')('nodejs-rest-http:server'); +const debug = require('debug')('nodejs-rest-http-crud:server'); const http = require('http'); /**