summaryrefslogtreecommitdiff
path: root/lib/otlogger.rb
diff options
context:
space:
mode:
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