summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_rep.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/couchdb/couch_rep.erl')
-rw-r--r--src/couchdb/couch_rep.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/couchdb/couch_rep.erl b/src/couchdb/couch_rep.erl
index 3b338e6e..df0a4da1 100644
--- a/src/couchdb/couch_rep.erl
+++ b/src/couchdb/couch_rep.erl
@@ -151,9 +151,9 @@ do_http_request(Url, Action) ->
do_http_request(Url, Action, []).
do_http_request(Url, Action, JsonBody) ->
- couch_log:debug("couch_rep HTTP client request:"),
- couch_log:debug("\tAction: ~p", [Action]),
- couch_log:debug("\tUrl: ~p", [Url]),
+ ?LOG_DEBUG("couch_rep HTTP client request:", []),
+ ?LOG_DEBUG("\tAction: ~p", [Action]),
+ ?LOG_DEBUG("\tUrl: ~p", [Url]),
% ensure that the inets application is running
case application:start(inets) of