]> Zhao Yanbai Git Server - minix.git/commitdiff
took out debugging printf() cause it makes the install look messy
authorBen Gras <ben@minix3.org>
Fri, 22 Apr 2005 15:28:14 +0000 (15:28 +0000)
committerBen Gras <ben@minix3.org>
Fri, 22 Apr 2005 15:28:14 +0000 (15:28 +0000)
servers/mm/misc.c

index 00aeb83bc7ddad159e58ea0d603e5d288b8c5489..1331a44baf90612f6a07c6fb199b67ba1aaaf2f9 100644 (file)
@@ -85,7 +85,6 @@ PUBLIC int do_svrctl()
 
   /* Binary compatibility check. */
   if (req == SYSGETENV) {
-       printf("SYSGETENV used by %d\n", who);
        req = MMGETPARAM;
   }