diff --git a/components/geckoport/nsXPCOMGlue.pas b/components/geckoport/nsXPCOMGlue.pas index a9fc37acd..a64c4829a 100644 --- a/components/geckoport/nsXPCOMGlue.pas +++ b/components/geckoport/nsXPCOMGlue.pas @@ -432,7 +432,7 @@ begin //for a nsIWebProgressListener2. Just answering nothing does not //produce an "error". {$IFDEF DEBUG} - OutputDebugString(GUIDToString(uuid); + OutputDebugString('Missing interface in TWeakReference.QueryReferent '+GUIDToString(uuid)); {$ENDIF} //raise EGeckoError.Create('QueryReference Error'); //System.Error(reIntfCastError);