summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <robert.newson@cloudant.com>2012-12-07 14:04:27 +0000
committerRobert Newson <robert.newson@cloudant.com>2012-12-07 14:04:27 +0000
commitf629dca9d209bf1deea6a5868f07fca8d89b04b4 (patch)
tree713de63698cca609f83d9ed1168355eb02e1d1f5
parent2303dde03beeb04f1a36d7f124c21340e9f3abe7 (diff)
quick fix for badmatch
-rw-r--r--apps/couch/src/couch_rep.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/couch/src/couch_rep.erl b/apps/couch/src/couch_rep.erl
index 80720375..04b4a083 100644
--- a/apps/couch/src/couch_rep.erl
+++ b/apps/couch/src/couch_rep.erl
@@ -175,7 +175,7 @@ do_init([{BaseId, _Ext} = RepId, {PostProps}, UserCtx] = InitArgs) ->
couch_task_status:add_task([
{user, UserCtx#user_ctx.name},
{type, replication},
- {replication_id, ?l2b(RepId)},
+ {replication_id, ?l2b(BaseId)},
{source, dbname(Source)},
{target, dbname(Target)},
{continuous, Continuous},