@@ -296,7 +296,7 @@ module.exports = function(crowi, app) {
})
// page not exists
.catch(function(err) {
- debug('Page not found', page.path);
+ debug('Page not found', path);
// change template
pageTeamplate = 'customlayout-selector/not_found';