summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 5f4dd09fd..0a8150799 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -37,7 +37,7 @@ function comment_edit($id) {
function comment_save($id, $edit) {
db_query("UPDATE comments SET subject = '". check_input($edit[subject]) ."', comment = '". check_input($edit[comment]) ."' WHERE cid = '$id'");
- watchdog("message", "comment: modified '$edit[subject]'");
+ watchdog("special", "comment: modified '$edit[subject]'");
}
function comment_overview() {