Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/nfs/nfsservice remove leftover debug printf



details:   https://anonhg.NetBSD.org/src/rev/c90fbb6c3e5e
branches:  trunk
changeset: 756844:c90fbb6c3e5e
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Aug 05 16:47:59 2010 +0000

description:
remove leftover debug printf

diffstat:

 tests/fs/nfs/nfsservice/rumpnfsd.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 22d604af3696 -r c90fbb6c3e5e tests/fs/nfs/nfsservice/rumpnfsd.c
--- a/tests/fs/nfs/nfsservice/rumpnfsd.c        Thu Aug 05 14:03:17 2010 +0000
+++ b/tests/fs/nfs/nfsservice/rumpnfsd.c        Thu Aug 05 16:47:59 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rumpnfsd.c,v 1.3 2010/07/30 21:10:44 pooka Exp $       */
+/*     $NetBSD: rumpnfsd.c,v 1.4 2010/08/05 16:47:59 pooka Exp $       */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -92,7 +92,6 @@
        rump_sys_mkdir("/var/run", 0777);
        rump_sys_mkdir("/var/db", 0777);
 
-       fprintf(stderr, "imagename %s\n", imagename);
        if (ffs_fstest_newfs(NULL, &fsarg,
            FSTEST_IMGNAME, FSTEST_IMGSIZE, NULL) != 0)
                atf_tc_fail("newfs failed");



Home | Main Index | Thread Index | Old Index