diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-16 13:36:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-16 13:36:20 +0100 |
| commit | 9ce517d0c789e0e1ef98f25e3449a75945fc62ab (patch) | |
| tree | aa7ddb932da092fbf9bc5562203cbbdd5d326681 /tools/dcpdiff.cc | |
| parent | 034abb6bb0f1d0382620bdcc43501ce0ba30b03a (diff) | |
Add a couple of notes.
Diffstat (limited to 'tools/dcpdiff.cc')
| -rw-r--r-- | tools/dcpdiff.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dcpdiff.cc b/tools/dcpdiff.cc index 7913c533..b4c58b36 100644 --- a/tools/dcpdiff.cc +++ b/tools/dcpdiff.cc @@ -26,7 +26,7 @@ help (string n) void note (NoteType t, string n) { - if (t == ERROR || (t == PROGRESS && verbose)) { + if (t == ERROR || verbose) { cout << " " << n << "\n"; } } |
