From d3a6674d8e350f8005fab5b5c184262509a3bc60 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Tue, 28 Sep 2010 03:57:47 -0700 Subject: Yet another silly aesthetic change. --- lognotify.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lognotify.rb b/lognotify.rb index fff5489..da78f58 100755 --- a/lognotify.rb +++ b/lognotify.rb @@ -24,7 +24,7 @@ def parse identifier key, value = line.split('=', 2) # Raise an error if line does not contain a key/value pair. - raise 'Error on line ' + contents.lineno.to_s + '.' if value.nil? + raise 'Error reading line ' + contents.lineno.to_s + '.' if value.nil? conf[key.strip.to_sym] = value.strip end -- cgit v1.2.3-70-g09d2