From: Kern Sibbald Date: Mon, 26 Apr 2010 17:07:00 +0000 (+0200) Subject: Remove bad debug line X-Git-Tag: Release-5.2.1~1400 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2777c90bcd753a267b49a695772a5322f1dc7d21;p=bacula%2Fbacula Remove bad debug line --- diff --git a/bacula/src/stored/lock.c b/bacula/src/stored/lock.c index 8a4d44965f..486041d543 100644 --- a/bacula/src/stored/lock.c +++ b/bacula/src/stored/lock.c @@ -267,7 +267,6 @@ void _unblock_device(const char *file, int line, DEVICE *dev) Dmsg3(sd_dbglvl, "unblock %s from %s:%d\n", dev->print_blocked(), file, line); // ASSERT(lmgr_mutex_is_locked(&dev->m_mutex) == 1); ASSERT(dev->blocked()); -// ASSERT(dev->no_wait_id == pthread_self()); dev->set_blocked(BST_NOT_BLOCKED); clear_thread_id(dev->no_wait_id); if (dev->num_waiting > 0) {