]> granicus.if.org Git - zfs/commitdiff
Remove debug printf
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 14 Jul 2009 23:35:13 +0000 (16:35 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 14 Jul 2009 23:35:13 +0000 (16:35 -0700)
lib/libzpool/kernel.c

index 19776bb8ab99021d335b10893bc7fc10806882a7..bbef8bb4046bf5fa46eef976766971849e00e855 100644 (file)
@@ -113,7 +113,6 @@ thread_fini(void)
        /* Wait for all threads to exit via thread_exit() */
        VERIFY3S(pthread_mutex_lock(&kthread_lock), ==, 0);
        while ((count = thread_count()) > 1) {
-               printf("Waiting for %d\n", count);
                clock_gettime(CLOCK_REALTIME, &ts);
                ts.tv_sec += 1;
                pthread_cond_timedwait(&kthread_cond, &kthread_lock, &ts);