summaryrefslogtreecommitdiffstats
path: root/lib/libstand
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-03-21 07:31:48 +0000
committersobomax <sobomax@FreeBSD.org>2002-03-21 07:31:48 +0000
commitb9a5248e8b9b264ae91358e40f058851fda6c009 (patch)
tree67401928ad7e2bf7e62fc99c3a46b10d167353fa /lib/libstand
parente0773a724ed7f72042fe8f093d8f1e26b684f15c (diff)
downloadFreeBSD-src-b9a5248e8b9b264ae91358e40f058851fda6c009.zip
FreeBSD-src-b9a5248e8b9b264ae91358e40f058851fda6c009.tar.gz
Kill debugging printf() slipped into my last commit.
Noticed by: jhb Hall of shame entry: sobomax
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/splitfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libstand/splitfs.c b/lib/libstand/splitfs.c
index 26c7d1f..523c638 100644
--- a/lib/libstand/splitfs.c
+++ b/lib/libstand/splitfs.c
@@ -85,7 +85,6 @@ splitfs_open(const char *fname, struct open_file *f)
struct split_file *sf;
struct stat sb;
- printf("%s\n", fname);
/* Have to be in "just read it" mode */
if (f->f_flags != F_READ)
return(EPERM);
OpenPOWER on IntegriCloud