summaryrefslogtreecommitdiff
path: root/modules/comment.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment.module')
-rw-r--r--modules/comment.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment.module b/modules/comment.module
index d7de2460a..be7c9a00b 100644
--- a/modules/comment.module
+++ b/modules/comment.module
@@ -34,7 +34,7 @@ function comment_edit($id) {
function comment_save($id, $subject, $comment) {
db_query("UPDATE comments SET subject = '". check_input($subject) ."', comment = '". check_input($comment) ."' WHERE cid = $id");
- watchdog("message", "modified comment `$subject'.");
+ watchdog("message", "comment: modified `$subject'");
}
function comment_display($order = "date") {