diff options
author | Damien F. Katz <damien@apache.org> | 2009-11-15 04:11:11 +0000 |
---|---|---|
committer | Damien F. Katz <damien@apache.org> | 2009-11-15 04:11:11 +0000 |
commit | 1b0146dd004c1b9cd6769c11969cc13f8a37fcd9 (patch) | |
tree | 286cb8b36c63057474fda4fff1245a56e32a05d6 /src/couchdb/couch_doc.erl | |
parent | 29862925728ff98c077107183e75e23184b0e51d (diff) |
Testing of incremental attachments and more testing of multipart/handling.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@836324 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb/couch_doc.erl')
-rw-r--r-- | src/couchdb/couch_doc.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couchdb/couch_doc.erl b/src/couchdb/couch_doc.erl index 079d9dfa..eb07a9e6 100644 --- a/src/couchdb/couch_doc.erl +++ b/src/couchdb/couch_doc.erl @@ -322,7 +322,7 @@ merge_stubs(#doc{id=Id,atts=MemBins}=StubsDoc, #doc{atts=DiskBins}) -> {ok, #att{revpos=RevPos}=DiskAtt} -> DiskAtt; _ -> - throw({missing_stub_on_target, + throw({missing_stub, <<"id:", Id/binary, ", name:", Name/binary>>}) end; (Att) -> |