Cleaned up code.
This commit is contained in:
parent
28a6ea90c0
commit
9fe479e679
@ -397,7 +397,7 @@ sigfatal_handler (int i)
|
||||
|
||||
skygw_log_write_flush(LE,"Commit ID: "MAXSCALE_COMMIT" System name: %s "
|
||||
"Release string: %s Embedded library version: %s",
|
||||
cnf->sysname,cnf->release_string,cnf->version_string);
|
||||
cnf->sysname, cnf->release_string, cnf->version_string);
|
||||
|
||||
{
|
||||
void *addrs[128];
|
||||
@ -1152,7 +1152,7 @@ int main(int argc, char **argv)
|
||||
|
||||
case 'v':
|
||||
rc = EXIT_SUCCESS;
|
||||
printf("MaxScale %s\n",MAXSCALE_VERSION);
|
||||
printf("MaxScale %s\n", MAXSCALE_VERSION);
|
||||
goto return_main;
|
||||
|
||||
case 'l':
|
||||
|
Loading…
x
Reference in New Issue
Block a user