8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:43:03 +01:00

No need to report full path of the failed traced plugin module as we load it from only one and well known location

This commit is contained in:
hvlad 2009-10-02 13:24:21 +00:00
parent 03140dd920
commit 02b9ac8fd8

View File

@ -162,7 +162,7 @@ void TraceManager::load_modules()
ModuleInfo info;
info.ntrace_attach = ntrace_attach_func;
fullModName.copyTo(info.module, sizeof(info.module));
modLib.copyTo(info.module, sizeof(info.module));
modules->add(info);
}
}