diff --git a/netwerk/security/browser/nsSecureBrowserUIImpl.cpp b/netwerk/security/browser/nsSecureBrowserUIImpl.cpp index 8901279947d4..6068491de3a8 100644 --- a/netwerk/security/browser/nsSecureBrowserUIImpl.cpp +++ b/netwerk/security/browser/nsSecureBrowserUIImpl.cpp @@ -394,7 +394,7 @@ nsSecureBrowserObserver::IsSecureUrl(PRBool fileSecure, nsIURI* aURL, PRBool* va if (!aURL) return NS_ERROR_NULL_POINTER; -#if DEBUG +#if DEBUG_dougt char* string; aURL->GetSpec(&string); printf("[ensuring channel]: %s\n", string);