[multipath] cosmetical fix
authorChristophe Varoqui <root@xa-s05.(none)>
Fri, 31 Mar 2006 21:51:43 +0000 (23:51 +0200)
committerChristophe Varoqui <root@xa-s05.(none)>
Fri, 31 Mar 2006 21:51:43 +0000 (23:51 +0200)
commitd98856cbb7d4bbafe10cfc402cba98409002ba86
tree42c3de0a7386e09d5891869c3a5e287abfe0c60e
parent8b90a3ebbc3877e88ef697ecf7a26772df41e265
[multipath] cosmetical fix

I'd like to ask some cosmetical fix in libmultipath.
In Redhat /etc/rc.sysinit calls /sbin/multipath -v 0 after modprobe
dm-multipath to catch the disks already attached.

Now it prints a small garbage on screen for every map, I think.
Actually every multipath -F; multipath/multipath -v 0 sequence does
that.

The reason is neither print_multipath_topology nor
snprint_multipath_topology initialize buff if verbosity is 0.

Maxim Kozover
libmultipath/print.c