aboutsummaryrefslogtreecommitdiffstats
path: root/lib/orber/src/orber_ifr.erl
diff options
context:
space:
mode:
authorGustav Simonsson <[email protected]>2012-02-14 14:53:53 +0100
committerGustav Simonsson <[email protected]>2012-02-14 14:53:53 +0100
commit798a9c96a4966384bc6fe5b9f56ac760ff6a3461 (patch)
tree0727adb1a71b9b0e443345dd53cb9aa96c64f42c /lib/orber/src/orber_ifr.erl
parentf558a706d319bf1b30e8b3cdf4a6a65cc835bf52 (diff)
parentdf9f0c0886b833dcbf23cbaf061a2093af217905 (diff)
downloadotp-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.erl2
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.