1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

fixed cosmetic printouts

This commit is contained in:
tomas@poseidon.(none)
2004-09-15 08:39:12 +00:00
parent db1e528463
commit 4447c23df6
2 changed files with 3 additions and 3 deletions

View File

@@ -1174,7 +1174,7 @@ TransporterRegistry::start_service(SocketServer& socket_server)
{
ndbout_c("Unable to setup transporter service port: %d!\n"
"Please check if the port is already used,\n"
"(perhaps a mgmtsrvrserver is already running)",
"(perhaps a mgmt server is already running)",
m_service_port);
delete t->m_service;
return false;
@@ -1199,7 +1199,7 @@ TransporterRegistry::start_service(SocketServer& socket_server)
{
ndbout_c("Unable to setup transporter service port: %d!\n"
"Please check if the port is already used,\n"
"(perhaps a mgmtsrvrserver is already running)",
"(perhaps a mgmt server is already running)",
m_service_port);
delete m_transporter_service;
return false;

View File

@@ -54,7 +54,7 @@ static const char* helpText =
#endif
"START BACKUP Start backup\n"
"ABORT BACKUP <backup id> Abort backup\n"
"SHUTDOWN Shutdown all processed in cluster and quit\n"
"SHUTDOWN Shutdown all processes in cluster and quit\n"
"CLUSTERLOG ON Enable Cluster logging\n"
"CLUSTERLOG OFF Disable Cluster logging\n"
"CLUSTERLOG FILTER <severity> Toggle severity filter on/off\n"