From 0d9579aebbbe45986cc998852803d7eb74e34abe Mon Sep 17 00:00:00 2001 From: Joshy Date: Sun, 28 Nov 2010 18:24:07 +0000 Subject: [PATCH] Estetic change in the OutputDebugString. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1388 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/geckoport/nsXPCOMGlue.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);