92
92
if (log_file == -1)
94
char errmsg[STRERROR_MAX];
95
strerror_r(errno, errmsg, sizeof(errmsg));
96
errmsg_printf(ERRMSG_LVL_ERROR,
97
_("Failed to open transaction log file %s. Got error: %s\n"),
98
log_filename_to_read.c_str(),
94
sql_perror(_("Failed to open transaction log file"), log_filename_to_read);