summaryrefslogtreecommitdiff
path: root/lib/otlogger.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2012-02-29 18:50:41 +0000
committerChristoph Helma <helma@in-silico.ch>2012-02-29 18:50:41 +0000
commitc2986f418ede0ea443df0a1f7690c433b637dc57 (patch)
tree7360c90ae4f42e2bffda0c6d78918326a3f58513 /lib/otlogger.rb
parent77a5576782b85f2e3fdaf1b65eda2543eedb6b12 (diff)
TaskError implemented, logging still partially redundant
Diffstat (limited to 'lib/otlogger.rb')
-rw-r--r--lib/otlogger.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/otlogger.rb b/lib/otlogger.rb
index e9fbc4d..57b8170 100644
--- a/lib/otlogger.rb
+++ b/lib/otlogger.rb
@@ -12,7 +12,7 @@ class OTLogger < Logger
n = 2
line = lines[n]
- while (line =~ /spork.rb/ or line =~ /create/ or line =~ /#{File.basename(__FILE__)}/)
+ while (line =~ /error.rb/ or line =~ /create/ or line =~ /#{File.basename(__FILE__)}/)
n += 1
line = lines[n]
end