Skip to content

Commit

Permalink
Improve logging about notifications retrieved
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbrillig committed Sep 9, 2024
1 parent 3ba0169 commit b4ee0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/lib/gitnews-fetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export function createFetcher(): Middleware<{}, AppReduxState> {
const notes = await getGithubNotifications();
debug('notifications retrieved', notes);
window.electronApi.logMessage(
`Notifications retrieved (${notes.length} found)`,
`Notifications retrieved (${notes.length} found in ${state.accounts.length} accounts)`,
'info'
);
next(fetchDone());
Expand Down

0 comments on commit b4ee0ce

Please sign in to comment.