From d192cee0a1c72fa6693fa5c349e97921384d37f2 Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Fri, 18 Sep 2015 09:49:22 +0200 Subject: [PATCH] Fixed Log message to 2015 Fixed Log message to 2015 --- server/core/gateway.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server/core/gateway.c b/server/core/gateway.c index f7d639f17..ed1a3d0d4 100644 --- a/server/core/gateway.c +++ b/server/core/gateway.c @@ -1903,7 +1903,7 @@ int main(int argc, char **argv) } LOGIF(LM, (skygw_log_write( LOGFILE_MESSAGE, - "MariaDB Corporation MaxScale %s (C) MariaDB Corporation Ab 2013-2014", + "MariaDB Corporation MaxScale %s (C) MariaDB Corporation Ab 2013-2015", MAXSCALE_VERSION))); LOGIF(LM, (skygw_log_write( LOGFILE_MESSAGE, @@ -2569,4 +2569,5 @@ void write_child_exit_code(int fd, int code) /** Notify the parent process that an error has occurred */ write(fd, &code, sizeof (int)); close(fd); -} \ No newline at end of file +} +