summaryrefslogtreecommitdiff
path: root/lognotify.rb
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2010-09-28 03:57:47 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2010-09-28 03:57:47 -0700
commitd3a6674d8e350f8005fab5b5c184262509a3bc60 (patch)
tree236c233c802485d9f86b0c60c569b648b5f83a07 /lognotify.rb
parent1c27512215d1436d74b9d561877684fc1b5a02e4 (diff)
downloadlognotify-d3a6674d8e350f8005fab5b5c184262509a3bc60.tar.gz
lognotify-d3a6674d8e350f8005fab5b5c184262509a3bc60.tar.xz
Yet another silly aesthetic change.
Diffstat (limited to 'lognotify.rb')
-rwxr-xr-xlognotify.rb2
1 files changed, 1 insertions, 1 deletions
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