ソースを参照

rename loggerFactory

itizawa 5 年 前
コミット
1175314485
1 ファイル変更1 行追加1 行削除
  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;