mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 01:04:19 +01:00
innodb: IO Error message missing space
Noted by Susmeet Khaire - thanks.
This commit is contained in:
parent
a6290a5bc5
commit
82e8633420
1 changed files with 1 additions and 1 deletions
|
@ -3454,7 +3454,7 @@ static void write_io_callback(void *c)
|
|||
|
||||
if (UNIV_UNLIKELY(cb->m_err != 0))
|
||||
ib::info () << "IO Error: " << cb->m_err
|
||||
<< "during write of "
|
||||
<< " during write of "
|
||||
<< cb->m_len << " bytes, for file "
|
||||
<< request.node->name << "(" << cb->m_fh << "), returned "
|
||||
<< cb->m_ret_len;
|
||||
|
|
Loading…
Add table
Reference in a new issue