summaryrefslogtreecommitdiffstats
path: root/lib/efl/ffi.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/efl/ffi.rb')
-rw-r--r--lib/efl/ffi.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efl/ffi.rb b/lib/efl/ffi.rb
index 65a7f8f..bf68e22 100644
--- a/lib/efl/ffi.rb
+++ b/lib/efl/ffi.rb
@@ -99,7 +99,7 @@ module Efl
return self.send m, *args, &block
end
end
- raise NameError.new "unable to resolve #{m} into #{self.class.search_paths.inspect}"
+ raise NameError.new "#{self.class} is unable to resolve #{m} into #{self.class.search_paths.inspect}"
end
end
end