aboutsummaryrefslogtreecommitdiff
path: root/lib/mauve/notifiers/debug.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mauve/notifiers/debug.rb')
-rw-r--r--lib/mauve/notifiers/debug.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mauve/notifiers/debug.rb b/lib/mauve/notifiers/debug.rb
index 889a428..775364d 100644
--- a/lib/mauve/notifiers/debug.rb
+++ b/lib/mauve/notifiers/debug.rb
@@ -47,7 +47,7 @@ module Mauve
#FileUtils.touch(lock_file)
File.open("#{deliver_to_file}", "a+") do |fh|
fh.flock(File::LOCK_EX)
- fh.print("#{MauveTime.now} from #{self.class}: " + message + "\n")
+ fh.print("#{Time.now} from #{self.class}: " + message + "\n")
fh.flush()
end
#FileUtils.rm(lock_file)