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; }