diff options
Diffstat (limited to 'src/couchdb/couch_db.erl')
-rw-r--r-- | src/couchdb/couch_db.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couchdb/couch_db.erl b/src/couchdb/couch_db.erl index 6f8a4ac6..e242c382 100644 --- a/src/couchdb/couch_db.erl +++ b/src/couchdb/couch_db.erl @@ -72,7 +72,7 @@ start_link0(DbName, Filepath, Options) -> ok = file:rename(Filepath ++ ".compact", Filepath), Fd0; {error, enoent} -> - throw({error, notfound}) + throw({error, not_found}) end; Else -> throw(Else) |