Skip to content

Commit

Permalink
refactor: improve logging
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDark committed Apr 5, 2024
1 parent 274debb commit ab78ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quality-profiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export const calculateQualityProfilesDiff = async (
}, new Map()) ?? new Map();

if (!serverMatch) {
logger.info(`QualityProfile not found in server. Ignoring: ${name}`);
logger.info(`QualityProfile '${name}' not found in server. Will be created.`);
const mappedQ = mapQualities(qd, value);

const qualityToId = mappedQ.reduce<Map<string, number>>((p, c) => {
Expand Down

0 comments on commit ab78ef2

Please sign in to comment.