Skip to content

Commit

Permalink
chore: change log message to match with the service being used
Browse files Browse the repository at this point in the history
  • Loading branch information
Veirt committed Dec 10, 2024
1 parent c8b498f commit d6c897b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/recommendation/recommendation.factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const createRecommendationService = (
return service;
} catch (error) {
logger.warn(
`Recommendation service is unavailable: ${error}, falling back to NoOp service`,
`Recommendation service is unavailable: ${error}, falling back to simple interest-matching service`,
);
return new InterestRecommendationService(
learnerRepository,
Expand Down

0 comments on commit d6c897b

Please sign in to comment.