lib/ezid/proxy_identifier.rb in ezid-client-1.4.1 vs lib/ezid/proxy_identifier.rb in ezid-client-1.4.2
- old
+ new
@@ -1,8 +1,8 @@
module Ezid
class ProxyIdentifier
- warn "[DEPRECATION] `Ezid::ProxyIdentifier` is deprecated and will be removed in v2.0. Use `Ezid::Identifier` instead."
+ warn "[DEPRECATION] `Ezid::ProxyIdentifier` is deprecated and will be removed in v2.0. Use `Ezid::Identifier` instead. (called from #{caller.first})"
attr_reader :id
attr_accessor :__real
def initialize(id)