From 08578c6afbefbc4844044b3808ce25c7a9084d21 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 22 Jul 2005 18:36:42 +0000 Subject: [PATCH] Removed funny debug printf --- lib/other/_svrctl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/other/_svrctl.c b/lib/other/_svrctl.c index 2eb2fe8f3..5836fefbe 100755 --- a/lib/other/_svrctl.c +++ b/lib/other/_svrctl.c @@ -23,7 +23,6 @@ int svrctl(int request, void *argp) /* FS handles calls for itself and inet. */ return _syscall(FS, SVRCTL, &m); default: - printf("Yups ...\n"); errno = EINVAL; return -1; } -- 2.44.0