mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 03:37:45 +03:00
Replace /*PRINTFLIKEn*/ with attribute(printf)
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Issue #12201
This commit is contained in:
@@ -1033,8 +1033,8 @@ spa_ld_log_sm_metadata(spa_t *spa)
|
||||
if (sls == NULL) {
|
||||
spa_load_failed(spa, "spa_ld_log_sm_metadata(): bug "
|
||||
"encountered: could not find log spacemap for "
|
||||
"TXG %ld [error %d]",
|
||||
metaslab_unflushed_txg(m), ENOENT);
|
||||
"TXG %llu [error %d]",
|
||||
(u_longlong_t)metaslab_unflushed_txg(m), ENOENT);
|
||||
return (ENOENT);
|
||||
}
|
||||
sls->sls_mscount++;
|
||||
|
||||
Reference in New Issue
Block a user