OSDN Git Service

Silence couple of warnings about unused variables
[radegast/radegast.git] / Radegast / Core / PluginInterface / PluginManager.cs
index f1c0fc7..dcecf10 100644 (file)
@@ -166,7 +166,7 @@ namespace Radegast
                     if (domain != null && PluginsLoaded.Find(dinfo => { return dinfo.Domain == domain; }) == null)
                     {
                         try { AppDomain.Unload(domain); }
-                        catch (Exception ex) { Logger.Log("ERROR unloading application domain for : " + plug.FileName, Helpers.LogLevel.Debug); }
+                        catch (Exception ex) { Logger.Log("ERROR unloading application domain for : " + plug.FileName + "\n" + ex.Message, Helpers.LogLevel.Debug); }
                     }
                 }
             }