summaryrefslogtreecommitdiff
path: root/example.rb
diff options
context:
space:
mode:
authorMartin Gütlein <martin.guetlein@gmail.com>2010-02-26 15:13:44 +0100
committerMartin Gütlein <martin.guetlein@gmail.com>2010-02-26 15:13:44 +0100
commite2b814301c323bc787ad9d75eceb786e3cb7dde9 (patch)
tree21c668db2a956796302a97d1a41fb59c38783cf0 /example.rb
parentbb3f0d747876b59e6c2eaa24441d5690c2655d3b (diff)
replacing r bar plot with ruby-plot gem
Diffstat (limited to 'example.rb')
-rw-r--r--example.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/example.rb b/example.rb
index 985233c..d9a1657 100644
--- a/example.rb
+++ b/example.rb
@@ -156,7 +156,7 @@ class Example
# logs string and and adds to summary
def self.log(log_string)
- LOGGER.info log_string
+ LOGGER.info "EXAMPLE: "+log_string
@@summary += log_string+"\n"
end