mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
Update debug message
(compiled only with special debug define)
This commit is contained in:
parent
f02892842b
commit
3ac8509b99
@ -178,7 +178,7 @@ void process_event(struct dm_task *dmt,
|
||||
#if THIN_DEBUG
|
||||
syslog(LOG_INFO, "%p: Got status %" PRIu64 " / %" PRIu64
|
||||
" %" PRIu64 " / %" PRIu64 ".\n", state,
|
||||
tps->used_meta_blocks, tps->total_meta_blocks,
|
||||
tps->used_metadata_blocks, tps->total_metadata_blocks,
|
||||
tps->used_data_blocks, tps->total_data_blocks);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user