]> Zhao Yanbai Git Server - minix.git/commitdiff
removed debug message
authorBen Gras <ben@minix3.org>
Mon, 6 Jun 2005 14:58:47 +0000 (14:58 +0000)
committerBen Gras <ben@minix3.org>
Mon, 6 Jun 2005 14:58:47 +0000 (14:58 +0000)
lib/utils/tickdelay.c

index 4e1501093d1cf7af12bdd7b1c2ac075207537be2..48ee0edfb16cca0e95e965ec1a331ede8874605d 100644 (file)
@@ -29,7 +29,6 @@ long ticks;                           /* number of ticks to wait */
 
     /* Check if we must reschedule the current alarm. */
     if (m.ALRM_TIME_LEFT > 0) {
-       printf("tick_delay: reschedule alarm\n");
        m.ALRM_EXP_TIME = m.ALRM_TIME_LEFT - ticks;
        if (m.ALRM_EXP_TIME <= 0) 
                m.ALRM_EXP_TIME = 1;