Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
clutterskull committed Nov 30, 2017
1 parent 3db15ae commit 56414f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/sites/nzbindex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class NZBUnityNzbindex {
}, 1000);
})
.catch((e) => {
console.error(`[NZB Unity] Error fetching NZB content (${filename}): ${e.status} ${e.statusText}`);
console.error(`[NZB Unity] Error fetching NZB content (${nzbId}): ${e.status} ${e.statusText}`);
});
})
.prependTo(this.form);
Expand Down

0 comments on commit 56414f7

Please sign in to comment.