summaryrefslogtreecommitdiff
path: root/tools/dcpdiff.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-16 13:36:20 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-16 13:36:20 +0100
commit9ce517d0c789e0e1ef98f25e3449a75945fc62ab (patch)
treeaa7ddb932da092fbf9bc5562203cbbdd5d326681 /tools/dcpdiff.cc
parent034abb6bb0f1d0382620bdcc43501ce0ba30b03a (diff)
Add a couple of notes.
Diffstat (limited to 'tools/dcpdiff.cc')
-rw-r--r--tools/dcpdiff.cc2
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";
}
}