Report the name of the plugins being unloaded from memory.

git-svn-id: http://voip.null.ro/svn/yate@4985 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2012-04-03 14:02:48 +00:00
parent 852a2874fb
commit e38c90a808
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Plugin::Plugin(const char* name, bool earlyInit)
Plugin::~Plugin()
{
Debugger debug("Plugin::~Plugin()"," [%p]",this);
Debugger debug("Plugin::~Plugin()"," \"%s\" [%p]",m_name.c_str(),this);
Engine::Register(this,false);
debugName(0);
}