aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/src/app/diameter_internal.hrl
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2011-09-27 20:20:43 +0200
committerAnders Svensson <[email protected]>2011-09-27 20:20:43 +0200
commit58fe7b5e48ad95f14b05aae43a3a32122695da4e (patch)
treed4dbc0838f6053fd6ff9cc66c52f6a1b0fd5e36f /lib/diameter/src/app/diameter_internal.hrl
parent5d61dc1014b17e417ddc13e220283745460af70c (diff)
parent0296dbb27b20c75edc6a2dd75369dc17dc98aa5a (diff)
downloadotp-58fe7b5e48ad95f14b05aae43a3a32122695da4e.tar.gz
otp-58fe7b5e48ad95f14b05aae43a3a32122695da4e.tar.bz2
otp-58fe7b5e48ad95f14b05aae43a3a32122695da4e.zip
Merge branch 'anders/diameter/release-0.10' into dev
* anders/diameter/release-0.10: Example/dbg/comment fixes Don't include compiler/help modules in app Set version to 0.10 and update appup
Diffstat (limited to 'lib/diameter/src/app/diameter_internal.hrl')
-rw-r--r--lib/diameter/src/app/diameter_internal.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diameter/src/app/diameter_internal.hrl b/lib/diameter/src/app/diameter_internal.hrl
index 78645b1912..63b35550a8 100644
--- a/lib/diameter/src/app/diameter_internal.hrl
+++ b/lib/diameter/src/app/diameter_internal.hrl
@@ -44,7 +44,7 @@
%% Something to trace on.
-define(LOG(Slogan, Details),
- diameter_dbg:log(Slogan, ?MODULE, ?LINE, Details)).
+ diameter_lib:log(Slogan, ?MODULE, ?LINE, Details)).
-define(LOGC(Bool, Slogan, Details), ((Bool) andalso ?LOG(Slogan, Details))).
%% Compensate for no builtin ?FUNC for use in log reports.