Skip to content

Commit a95c071

Browse files
committed
more logging
1 parent e99df88 commit a95c071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/DasBlog.Web.UI/Controllers/BlogPostController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ public IActionResult AddComment(AddCommentViewModel addcomment)
467467
return NotFound();
468468
}
469469

470-
logger.LogInformation(new EventDataItem(EventCodes.CommentAdded, null, "Comment created on: {0}", commt.TargetTitle));
470+
logger.LogInformation(new EventDataItem(EventCodes.CommentAdded, null, "Comment saved: {0}", commt.Content));
471471

472472
BreakSiteCache();
473473

0 commit comments

Comments
 (0)