mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
fix printf format string
This commit is contained in:
parent
8036ad0a08
commit
ff7a1ff6d7
2 changed files with 2 additions and 2 deletions
|
|
@ -218,7 +218,7 @@ init_crypt_key(
|
|||
ib_logf(IB_LOG_LEVEL_ERROR,
|
||||
"Redo log crypto: getting mysqld crypto key "
|
||||
"from key version failed. Reason could be that requested"
|
||||
" key_version %lu is not found or required encryption "
|
||||
" key_version %u is not found or required encryption "
|
||||
" key management is not found.", info->key_version);
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -218,7 +218,7 @@ init_crypt_key(
|
|||
ib_logf(IB_LOG_LEVEL_ERROR,
|
||||
"Redo log crypto: getting mysqld crypto key "
|
||||
"from key version failed. Reason could be that requested"
|
||||
" key_version %lu is not found or required encryption "
|
||||
" key_version %u is not found or required encryption "
|
||||
" key management is not found.", info->key_version);
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue