diff --git a/server/pkg/utils/billing/billing.go b/server/pkg/utils/billing/billing.go index b2d012012d..6c14c8450d 100644 --- a/server/pkg/utils/billing/billing.go +++ b/server/pkg/utils/billing/billing.go @@ -88,7 +88,7 @@ func parsePricingFile(fileName string) ente.BillingPlansPerCountry { } data, err := os.ReadFile(filePath) if err != nil { - logrus.Errorf("Skipping payment configuration, (config file not found): %v\n", err) + logrus.Errorf("Skipping payment configuration, pricing data unavailable in config: %v\n", err) return nil }