]> arthur.barton.de Git - bup.git/commit
Fix some 'print' to stdout that snuck in somehow.
authorAvery Pennarun <apenwarr@gmail.com>
Tue, 4 Jan 2011 08:09:12 +0000 (00:09 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 4 Jan 2011 08:50:02 +0000 (00:50 -0800)
commit8e3c1fc12c7d25d5bc5278e778c3ac81515c701b
tree0f7ea97d7dbc60275e9fff262aaa9866d6cc1945
parent35f02614c206d9b2241272fa64b05348c55f0cf0
Fix some 'print' to stdout that snuck in somehow.

We should be using debug1() or debug2() instead, most of the time.  print is
only for stuff that callers might actually want to read and parse.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
cmd/save-cmd.py
lib/bup/helpers.py