Removed useless vars and code cleanup

Removed useless vars and code cleanup
This commit is contained in:
MassimilianoPinto
2015-08-11 18:09:49 +02:00
parent 8a890f8597
commit 6a02608382
2 changed files with 15 additions and 24 deletions

View File

@ -447,7 +447,7 @@ extern char *strcasestr();
if ((word = strtok_r(NULL, sep, &brkb)) == NULL)
{
LOGIF(LE, (skygw_log_write(LOGFILE_ERROR,
"%s: Expected SHOW MASTER STATUS command",
"%s: Expected SHOW SLAVE STATUS command",
router->service->name)));
}
else if (strcasecmp(word, "STATUS") == 0)