Browse Source

rename loggerFactory

itizawa 5 năm trước cách đây
mục cha
commit
1175314485
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;