Index: print the symlink path on collision.
parent
3a4ffcedd8
commit
9fed7145e5
|
@ -27,7 +27,7 @@ class DODB::Index(V) < DODB::Indexer(V)
|
|||
return if symlink == file_path_index old_key.to_s
|
||||
end
|
||||
|
||||
raise IndexOverload.new "index '#{@name}' is overloaded for key '#{key}'"
|
||||
raise IndexOverload.new "index '#{@name}' is overloaded for key '#{key}', file #{symlink} exists"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue