From: Kern Sibbald Date: Mon, 26 Apr 2010 17:07:00 +0000 (+0200) Subject: Remove bad debug line X-Git-Tag: Release-7.0.0~1865 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bc8c3a8d28cfdf80d698449a7e716230b879b731;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) {