Skip to content

Commit f26e5c1

Browse files
author
Dmitrii Budylskii
committed
Fixed confused log message for controllers load
1 parent 9755ce2 commit f26e5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ module.exports = function (sails) {
8787
return next(err);
8888
}
8989

90-
sails.log.info('User hook controllers loaded from ' + dir.models + '.');
90+
sails.log.info('User hook controllers loaded from ' + dir.controllers + '.');
9191

9292
return next(null);
9393
});

0 commit comments

Comments
 (0)