Skip to content

Commit

Permalink
WHISTLE-788: update log lines
Browse files Browse the repository at this point in the history
  • Loading branch information
James Aimonetti committed Feb 3, 2012
1 parent b97db49 commit 674f625
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ecallmgr/src/ecallmgr_authz.erl
Expand Up @@ -57,7 +57,7 @@ init_authorize(Parent, FSID, CallID, FSData) ->
proc_lib:init_ack(Parent, {ok, self()}),
put(callid, CallID),

?LOG_START("Authorize started"),
?LOG_START("authorize started"),

ReqProp = request(FSID, CallID, FSData),

Expand All @@ -67,8 +67,8 @@ init_authorize(Parent, FSID, CallID, FSData) ->
RespJObj
catch
_T:_R ->
?LOG("Authz request un-answered or improper"),
?LOG("Authz ~p: ~p", [_T, _R]),
?LOG("authz request un-answered or improper"),
?LOG("authz ~p: ~p", [_T, _R]),
default()
end,

Expand Down

0 comments on commit 674f625

Please sign in to comment.