diff options
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | lib/custodian/alerts/file.rb | 4 | 
2 files changed, 9 insertions, 1 deletions
| diff --git a/debian/changelog b/debian/changelog index 8933f8f..8233c68 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +custodian (0.9-4) stable; urgency=low + +  * Added duration logging. + + -- Steve Kemp <steve@bytemark.co.uk>  Thu, 23 Jan 2013 11:59:11 +0000 +  custodian (0.9-3) stable; urgency=low    * Added redis-protocol tester. diff --git a/lib/custodian/alerts/file.rb b/lib/custodian/alerts/file.rb index 12bf907..13e74cb 100644 --- a/lib/custodian/alerts/file.rb +++ b/lib/custodian/alerts/file.rb @@ -34,7 +34,9 @@ module Custodian        end - +      def duration( seconds ) +        puts "XXX: #{seconds}" +      end        #        # Record a clear event for the given test.        # | 
