Added file, and line to debug print.

This commit is contained in:
vraatikka
2013-07-10 11:30:14 +03:00
parent 1e02af08f1
commit efb6e7b7aa

View File

@ -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);
}