summaryrefslogtreecommitdiff
path: root/src/binder/clrprivbindercoreclr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/binder/clrprivbindercoreclr.cpp')
-rw-r--r--src/binder/clrprivbindercoreclr.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binder/clrprivbindercoreclr.cpp b/src/binder/clrprivbindercoreclr.cpp
index d756454edb..2c1b9bdfa0 100644
--- a/src/binder/clrprivbindercoreclr.cpp
+++ b/src/binder/clrprivbindercoreclr.cpp
@@ -136,6 +136,7 @@ HRESULT CLRPrivBinderCoreCLR::BindUsingPEImage( /* in */ PEImage *pPEImage,
// Validate architecture
if (!BINDER_SPACE::Assembly::IsValidArchitecture(pAssemblyName->GetArchitecture()))
{
+ fprintf(stderr, "@@[SR] %s:%d\n");
IF_FAIL_GO(HRESULT_FROM_WIN32(ERROR_BAD_FORMAT));
}