Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangtian616 committed Oct 29, 2024
1 parent d6b3b3c commit 5777c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/service/schedule_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class ScheduleService with JHLifeCircleBeanErrorCatch implements JHLifeCircleBea
);
log.trace('refreshGalleryTags success, pageNo: $pageNo, archives: ${gallerys.map((a) => a.gid).toList()}');
} catch (e) {
log.warning('refreshGalleryTags error, gallerys: $gallerys', e);
log.warning('refreshGalleryTags error, gallerys: ${gallerys.map((a) => (gid: a.gid, token: a.token)).toList()}', e);
}

pageNo++;
Expand Down

0 comments on commit 5777c95

Please sign in to comment.