Btrfs-progs: btrfs-receive: different levels (amount) of debug output
authorStefan Behrens <sbehrens@giantdisaster.de>
Tue, 9 Apr 2013 17:08:37 +0000 (19:08 +0200)
committerDavid Sterba <dsterba@suse.cz>
Tue, 23 Apr 2013 16:56:23 +0000 (18:56 +0200)
commitc3153d2fc898e621382cff157e9a04aa49277dab
treec1270679e7c96db159dc3429db4d0b9cf797ae36
parent04629af38aff690ff36f9cc1eac40e6a9088845c
Btrfs-progs: btrfs-receive: different levels (amount) of debug output

There used to be 2 levels of verbose output, now there are 3:
- None at all (no -v option given).
- Some information about received snapshots / subvolumes (-v option).
- Each received command is printed (-vv option).

Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>
cmds-receive.c