Skip to content

Commit

Permalink
Update tools/notification-configuration/notification-creator/Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Jamrozik authored Jan 27, 2023
1 parent ad8856a commit 890474c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static async Task Main(
});
var logger = loggerFactory.CreateLogger(nameof(Program));
logger.LogInformation(
"Executing Main with following arguments: "
"Executing Azure.Sdk.Tools.NotificationConfiguration.Program.Main with following arguments: "
+ "organization: '{organization}' "
+ "project: '{project}' "
+ "pathPrefix: '{pathPrefix}' "
Expand Down

0 comments on commit 890474c

Please sign in to comment.