Skip to content

Commit

Permalink
Update src/OrchardCore.Modules/OrchardCore.AutoSetup/Services/AutoSet…
Browse files Browse the repository at this point in the history
…upService.cs

Co-authored-by: Hisham Bin Ateya <[email protected]>
  • Loading branch information
infofromca and hishamco authored Oct 4, 2024
1 parent 281daa4 commit 511dc12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public async Task<bool> SetupTenantAsync(TenantSetupOptions setupOptions, ShellS
{
var setupContext = await GetSetupContextAsync(setupOptions, shellSettings);

_logger.LogInformation("AutoSetup is initializing the site");
_logger.LogInformation("The AutoSetup is initializing the site.");

await _setupService.SetupAsync(setupContext);

Expand Down

0 comments on commit 511dc12

Please sign in to comment.