1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

dmsetup: loop output table as verbose

Resulting loop table line was streamed to 'stderr' stream - assuming this
was not a feature when user used '-v' for more verbose output
and properly show it via  'log_verbose()' on 'stdout'.
This commit is contained in:
Zdenek Kabelac 2018-03-14 21:02:32 +01:00
parent 70ad633638
commit 4c925692f5

View File

@ -6606,7 +6606,7 @@ static int _loop_table(char *table, size_t tlen, char *file,
return_0;
if (_switches[VERBOSE_ARG] > 1)
log_error("Table: %s", table);
log_verbose("Table: %s", table);
return 1;