mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
MDEV-8583: Empty lines in encryption logging
Removed extra line break.
This commit is contained in:
@@ -2247,7 +2247,7 @@ fil_crypt_set_thread_cnt(
|
||||
os_thread_id_t rotation_thread_id;
|
||||
os_thread_create(fil_crypt_thread, NULL, &rotation_thread_id);
|
||||
ib_logf(IB_LOG_LEVEL_INFO,
|
||||
"Creating #%d thread id %lu total threads %u\n",
|
||||
"Creating #%d thread id %lu total threads %u.",
|
||||
i+1, os_thread_pf(rotation_thread_id), new_cnt);
|
||||
}
|
||||
} else if (new_cnt < srv_n_fil_crypt_threads) {
|
||||
|
||||
@@ -2247,7 +2247,7 @@ fil_crypt_set_thread_cnt(
|
||||
os_thread_id_t rotation_thread_id;
|
||||
os_thread_create(fil_crypt_thread, NULL, &rotation_thread_id);
|
||||
ib_logf(IB_LOG_LEVEL_INFO,
|
||||
"Creating #%d thread id %lu total threads %u\n",
|
||||
"Creating #%d thread id %lu total threads %u.",
|
||||
i+1, os_thread_pf(rotation_thread_id), new_cnt);
|
||||
}
|
||||
} else if (new_cnt < srv_n_fil_crypt_threads) {
|
||||
|
||||
Reference in New Issue
Block a user