1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-10-06 11:33:14 +03:00

Write log message when each segtype/format gets initialised.

This commit is contained in:
Alasdair Kergon
2004-09-14 17:37:51 +00:00
parent 13515f7ee4
commit 798dc9948b
9 changed files with 22 additions and 6 deletions

View File

@@ -357,5 +357,7 @@ struct format_type *init_format(struct cmd_context *cmd)
return NULL;
}
log_very_verbose("Initialised format: %s", fmt->name);
return fmt;
}