diff options
author | Anders Svensson <[email protected]> | 2014-01-27 12:37:03 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2014-01-27 12:37:03 +0100 |
commit | 35d2de0a8c04543699e4f317f3f200d9046074e6 (patch) | |
tree | 61c4e706255ad39f1e8189b204d9dddb7ec36f6a /lib/diameter/bin/diameterc | |
parent | 930e3e3953b4672e949a6a94d47f8a4035bdd89d (diff) | |
parent | 2b802628b59b7208b1c936309807f86745a3b6a0 (diff) | |
download | otp-35d2de0a8c04543699e4f317f3f200d9046074e6.tar.gz otp-35d2de0a8c04543699e4f317f3f200d9046074e6.tar.bz2 otp-35d2de0a8c04543699e4f317f3f200d9046074e6.zip |
Merge branch 'anders/diameter/undefined_group/OTP-11561'
* anders/diameter/undefined_group/OTP-11561:
Ensure that Grouped AVP's are fully defined in dictionaries
Don't format diameter_make:codec/2 errors
Compiler suite fix
Diffstat (limited to 'lib/diameter/bin/diameterc')
-rwxr-xr-x | lib/diameter/bin/diameterc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/diameter/bin/diameterc b/lib/diameter/bin/diameterc index d31f341c36..2c9a8f555c 100755 --- a/lib/diameter/bin/diameterc +++ b/lib/diameter/bin/diameterc @@ -4,7 +4,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2010-2013. All Rights Reserved. +%% Copyright Ericsson AB 2010-2014. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -74,7 +74,7 @@ compile(#argv{file = File, options = Opts, output = Out}) -> ok -> 0; {error, Reason} -> - error_msg(Reason, []), + error_msg(diameter_make:format_error(Reason), []), 1 catch error: Reason -> |