Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Fixed log message
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-dev004 committed Jul 19, 2022
1 parent c609f48 commit 765f211
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ await eventLogService.SendAllAsync(
AppConstants.EventLogMaxRequestSizeInBytes,
AppConstants.EventLogMaxRetry);
loggerService.Info("Start event log submission background work.");
loggerService.Info("Complete event log submission background work.");
});
return Result.InvokeSuccess();
}
Expand Down

0 comments on commit 765f211

Please sign in to comment.