Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/atf/dist/atf-sh Remove spammy (debug?) prints. ...



details:   https://anonhg.NetBSD.org/src/rev/f9201cad4846
branches:  trunk
changeset: 759049:f9201cad4846
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Nov 26 12:04:36 2010 +0000

description:
Remove spammy (debug?) prints.  took ages to figure out they were
not coming from my application...

XXX: the memcmp below looks suspicious

diffstat:

 external/bsd/atf/dist/atf-sh/atf-check.cpp |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 83c82809476b -r f9201cad4846 external/bsd/atf/dist/atf-sh/atf-check.cpp
--- a/external/bsd/atf/dist/atf-sh/atf-check.cpp        Fri Nov 26 11:12:06 2010 +0000
+++ b/external/bsd/atf/dist/atf-sh/atf-check.cpp        Fri Nov 26 12:04:36 2010 +0000
@@ -421,8 +421,6 @@
         if (f2.bad())
             throw std::runtime_error("Failed to read from " + p1.str());
 
-        std::cout << "1 read: " << f1.gcount() << "\n";
-        std::cout << "2 read: " << f2.gcount() << "\n";
         if ((f1.gcount() == 0) && (f2.gcount() == 0)) {
             equal = true;
             break;



Home | Main Index | Thread Index | Old Index