aboutsummaryrefslogtreecommitdiff
path: root/lib/mauve/notifiers
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2012-05-03 18:43:24 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2012-05-03 18:43:24 +0100
commit757853bb96c2f75bcb28f16fcf80601abee48033 (patch)
tree3f7fbd1b8340dea689a9cbe3c0cde933162e7660 /lib/mauve/notifiers
parent442e97f45ca582fdfbdd57f558e9fa82c8dfd4d3 (diff)
Username is now recorded in the History wherever possible.
Diffstat (limited to 'lib/mauve/notifiers')
-rw-r--r--lib/mauve/notifiers/xmpp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mauve/notifiers/xmpp.rb b/lib/mauve/notifiers/xmpp.rb
index 137ca74..323f89d 100644
--- a/lib/mauve/notifiers/xmpp.rb
+++ b/lib/mauve/notifiers/xmpp.rb
@@ -647,7 +647,7 @@ EOF
#
unless note.to_s.empty?
note = Alert.remove_html(note)
- h = History.new(:alerts => succeeded, :type => "note", :event => username+" noted "+note.to_s)
+ h = History.new(:alerts => succeeded, :type => "note", :event => note.to_s, :user => username)
logger.debug h.errors unless h.save
end