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:21:15 +00:00
parent c339b69a4b
commit fabcf41e1f
3 changed files with 3 additions and 3 deletions

View File

@ -76,7 +76,7 @@ Start user trace session :
output
text message with status of operation :
- Trace session ID NNN started
- Can not start trace session. There is no trace plugins loaded
- Can not start trace session. There are no trace plugins loaded
contents of trace session in text format

View File

@ -58,7 +58,7 @@ service manager and dedicated CS process.
There is new specialized standalone utility to work with trace services :
fbtracemgr. It have the following command line switches :
fbtracemgr. It has the following command line switches :
Action switches :
-STA[RT] Start trace session

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;
}