Commit 82e86334 authored by Daniel Black's avatar Daniel Black

innodb: IO Error message missing space

Noted by Susmeet Khaire - thanks.
parent a6290a5b
...@@ -3454,7 +3454,7 @@ static void write_io_callback(void *c) ...@@ -3454,7 +3454,7 @@ static void write_io_callback(void *c)
if (UNIV_UNLIKELY(cb->m_err != 0)) if (UNIV_UNLIKELY(cb->m_err != 0))
ib::info () << "IO Error: " << cb->m_err ib::info () << "IO Error: " << cb->m_err
<< "during write of " << " during write of "
<< cb->m_len << " bytes, for file " << cb->m_len << " bytes, for file "
<< request.node->name << "(" << cb->m_fh << "), returned " << request.node->name << "(" << cb->m_fh << "), returned "
<< cb->m_ret_len; << cb->m_ret_len;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment