summaryrefslogtreecommitdiffstats
path: root/daemons/dmeventd/plugins/thin/dmeventd_thin.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemons/dmeventd/plugins/thin/dmeventd_thin.c')
-rw-r--r--daemons/dmeventd/plugins/thin/dmeventd_thin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/dmeventd/plugins/thin/dmeventd_thin.c b/daemons/dmeventd/plugins/thin/dmeventd_thin.c
index 0ff8cd75..4bdad232 100644
--- a/daemons/dmeventd/plugins/thin/dmeventd_thin.c
+++ b/daemons/dmeventd/plugins/thin/dmeventd_thin.c
@@ -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