MDEV-20060: Remove bogus unit from error message

This commit is contained in:
Marko Mäkelä 2019-08-13 13:14:23 +03:00
parent f25e9aa4ba
commit f13471c9fe

View File

@ -1856,7 +1856,7 @@ innobase_start_or_create_for_mysql()
/* Log group size is limited by the size of page number. Remove this
limitation when fil_io() is not used for recovery log io. */
ib::error() << "Combined size of log files must be < "
<< log_group_max_size << " GB";
<< log_group_max_size;
return(srv_init_abort(DB_ERROR));
}