From efb6e7b7aab1d52cf735aaf77e992936b408273d Mon Sep 17 00:00:00 2001 From: vraatikka Date: Wed, 10 Jul 2013 11:30:14 +0300 Subject: [PATCH] Added file, and line to debug print. --- core/gateway.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/gateway.c b/core/gateway.c index bc705639a..31231542e 100644 --- a/core/gateway.c +++ b/core/gateway.c @@ -252,7 +252,8 @@ bool failp; NULL, LOGFILE_ERROR, "Fatal : mysql_server_init failed. It is mandatory component needed " - "by router service and gateway can't continue without it. Exiting.\n"); + "by router service and gateway can't continue without it. Exiting.\n" + "%s : %d\n", __FILE__, __LINE__); exit(1); }