8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 00:03:03 +01:00
This commit is contained in:
robocop 2009-11-30 09:23:02 +00:00
parent ce752f5869
commit 9728f53928

View File

@ -85,7 +85,7 @@ void TraceSvcJrd::startSession(TraceSession& session, bool interactive)
{
if (!TraceManager::pluginsCount())
{
m_svc.printf("Can not start trace session. There is no trace plugins loaded\n");
m_svc.printf("Can not start trace session. There are no trace plugins loaded\n");
return;
}