From bddcee6f7ed59bdeea8a41332519bb70fc81cb18 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Tue, 22 Nov 2016 10:38:35 +0200 Subject: [PATCH] Add space between literal and string macro --- server/core/gateway.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/core/gateway.cc b/server/core/gateway.cc index 2293e6917..9d6a2e28d 100644 --- a/server/core/gateway.cc +++ b/server/core/gateway.cc @@ -384,9 +384,9 @@ sigfatal_handler(int i) } fatal_handling = 1; GATEWAY_CONF* cnf = config_get_global_options(); - fprintf(stderr, "\n\nMaxScale "MAXSCALE_VERSION" received fatal signal %d\n", i); + fprintf(stderr, "\n\nMaxScale " MAXSCALE_VERSION " received fatal signal %d\n", i); - MXS_ALERT("Fatal: MaxScale "MAXSCALE_VERSION" received fatal signal %d. Attempting backtrace.", i); + MXS_ALERT("Fatal: MaxScale " MAXSCALE_VERSION " received fatal signal %d. Attempting backtrace.", i); MXS_ALERT("Commit ID: %s System name: %s " "Release string: %s",