mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Use %d instead of %u for error number. This way we see ERESTART as -1
not 4294967295 when doing DTrace. MFC after: 2 weeks
This commit is contained in:
parent
0395da4366
commit
4603a0aeb2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=275530
@ -1483,7 +1483,7 @@ dsl_scan_sync(dsl_pool_t *dp, dmu_tx_t *tx)
|
||||
}
|
||||
if (scn->scn_visited_this_txg) {
|
||||
zfs_dbgmsg("freed %llu blocks in %llums from "
|
||||
"free_bpobj/bptree txg %llu; err=%u",
|
||||
"free_bpobj/bptree txg %llu; err=%d",
|
||||
(longlong_t)scn->scn_visited_this_txg,
|
||||
(longlong_t)
|
||||
NSEC2MSEC(gethrtime() - scn->scn_sync_start_time),
|
||||
|
Loading…
Reference in New Issue
Block a user