1
0
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:
Zdenek Kabelac 2012-03-23 09:39:59 +00:00
parent f02892842b
commit 3ac8509b99

View File

@ -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