Added file, and line to debug print.
This commit is contained in:
@ -252,7 +252,8 @@ bool failp;
|
|||||||
NULL,
|
NULL,
|
||||||
LOGFILE_ERROR,
|
LOGFILE_ERROR,
|
||||||
"Fatal : mysql_server_init failed. It is mandatory component needed "
|
"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);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user