You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2014/09/24 22:35:52 UTC

chttpd commit: updated refs/heads/master to eabbbeb

Repository: couchdb-chttpd
Updated Branches:
  refs/heads/master 61f432bb4 -> eabbbeb68


Use couch_log instead of ?LOG_*


Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/commit/eabbbeb6
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/tree/eabbbeb6
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/diff/eabbbeb6

Branch: refs/heads/master
Commit: eabbbeb6878b581b1fc1f7dbc28c55cb23d832c7
Parents: 61f432b
Author: Alexander Shorin <kx...@apache.org>
Authored: Wed Sep 24 19:38:38 2014 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Thu Sep 25 00:35:23 2014 +0400

----------------------------------------------------------------------
 src/chttpd_db.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/blob/eabbbeb6/src/chttpd_db.erl
----------------------------------------------------------------------
diff --git a/src/chttpd_db.erl b/src/chttpd_db.erl
index f65b5b0..eec18be 100644
--- a/src/chttpd_db.erl
+++ b/src/chttpd_db.erl
@@ -1391,7 +1391,7 @@ monitor_attachments(Atts) when is_list(Atts) ->
             stub ->
                 Monitors;
             Else ->
-                ?LOG_ERROR("~p from couch_att:fetch(data, ~p)", [Else, Att]),
+                couch_log:error("~p from couch_att:fetch(data, ~p)", [Else, Att]),
                 Monitors
         end
     end, [], Atts);