We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789cee5 commit 69ffc2eCopy full SHA for 69ffc2e
Rubberduck.VBEEditor/WindowsApi/VbeAttachableSubclass.cs
@@ -57,7 +57,7 @@ public bool HasValidVbeObject
57
catch (COMException)
58
{
59
// this should be "safe" to hold the reference - it's not like it should go anywhere now... :-/
60
- SubclassLogger.Warn($"{ GetType().Name } failed to dispose of a held { typeof(T).Name } reference.");
+ SubclassLogger.Warn($"{ GetType().Name } failed to decrement reference count of a held { typeof(T).Name } reference.");
61
}
62
return true;
63
0 commit comments