Skip to content

Commit

Permalink
Merge pull request #34 from ohadschn/minor-sendgrid-warning-text-fix
Browse files Browse the repository at this point in the history
minor fix for missing Sendgrid API key warning
  • Loading branch information
ohadschn authored Dec 8, 2017
2 parents 76e999e + 58b7bf8 commit 97dc9c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public async Task NotifyAsync(RenewalParameters renewalParams)
if (m_apiKey == null)
{
Trace.TraceWarning(
"E-mail notification for web app {0} skipped because the '{1}' environment variable was not set",
"E-mail notification for web app {0} skipped because the '{1}' connection string was not set",
renewalParams.WebApp,
Constants.SendGridApiKey);
return;
Expand Down

0 comments on commit 97dc9c4

Please sign in to comment.