diff options
author | Gustav Simonsson <[email protected]> | 2012-02-14 14:53:53 +0100 |
---|---|---|
committer | Gustav Simonsson <[email protected]> | 2012-02-14 14:53:53 +0100 |
commit | 798a9c96a4966384bc6fe5b9f56ac760ff6a3461 (patch) | |
tree | 0727adb1a71b9b0e443345dd53cb9aa96c64f42c /lib/orber/src/orber_ifr.erl | |
parent | f558a706d319bf1b30e8b3cdf4a6a65cc835bf52 (diff) | |
parent | df9f0c0886b833dcbf23cbaf061a2093af217905 (diff) | |
download | otp-798a9c96a4966384bc6fe5b9f56ac760ff6a3461.tar.gz otp-798a9c96a4966384bc6fe5b9f56ac760ff6a3461.tar.bz2 otp-798a9c96a4966384bc6fe5b9f56ac760ff6a3461.zip |
Merge branch 'gustav/orber/fix-dbg-printout-format/OTP-9887' into maint
* gustav/orber/fix-dbg-printout-format/OTP-9887:
Add parameter to error message string format
Diffstat (limited to 'lib/orber/src/orber_ifr.erl')
-rw-r--r-- | lib/orber/src/orber_ifr.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/orber/src/orber_ifr.erl b/lib/orber/src/orber_ifr.erl index c23374cd68..6799bc1db4 100644 --- a/lib/orber/src/orber_ifr.erl +++ b/lib/orber/src/orber_ifr.erl @@ -478,7 +478,7 @@ get_module(Id, Type) -> What -> orber:dbg("[~p] ~p:get_module(~p, ~p).~n" "Id doesn't exist, mismatch Id vs Type or DB error: ~p", - [?LINE, ?MODULE, Id, What], ?DEBUG_LEVEL), + [?LINE, ?MODULE, Id, Type, What], ?DEBUG_LEVEL), corba:raise(#'MARSHAL'{completion_status=?COMPLETED_MAYBE}) end. |