Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/librumpclient remove unnecessary debug printf



details:   https://anonhg.NetBSD.org/src/rev/7f02c6e31a27
branches:  trunk
changeset: 762098:7f02c6e31a27
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Feb 15 15:57:33 2011 +0000

description:
remove unnecessary debug printf

diffstat:

 tests/lib/librumpclient/h_exec.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 0f0d1463a202 -r 7f02c6e31a27 tests/lib/librumpclient/h_exec.c
--- a/tests/lib/librumpclient/h_exec.c  Tue Feb 15 15:54:56 2011 +0000
+++ b/tests/lib/librumpclient/h_exec.c  Tue Feb 15 15:57:33 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: h_exec.c,v 1.2 2011/02/15 15:54:56 pooka Exp $ */
+/*     $NetBSD: h_exec.c,v 1.3 2011/02/15 15:57:33 pooka Exp $ */
 
 /*
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -97,7 +97,6 @@
 
        if (argc == 3 && strcmp(argv[2], "cloexec1") == 0) {
                if (fcntl(s1, F_SETFD, FD_CLOEXEC) == -1) {
-                       fprintf(stderr, "repomies jumalauta %d!\n", errno);
                        err(1, "cloexec failed");
                }
        }



Home | Main Index | Thread Index | Old Index