Browse Source

rename loggerFactory

itizawa 5 years ago
parent
commit
1175314485
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/client/js/components/PageList/BookmarkList.jsx

+ 1 - 1
src/client/js/components/PageList/BookmarkList.jsx

@@ -12,7 +12,7 @@ import PaginationWrapper from '../PaginationWrapper';
 
 import Page from './Page';
 
-const logger = loggerFactory('growi:MyBookmarkList');
+const logger = loggerFactory('growi:BookmarkList');
 
 const BookmarkList = (props) => {
   const { t, appContainer, userId } = props;