From bc8c3a8d28cfdf80d698449a7e716230b879b731 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 26 Apr 2010 19:07:00 +0200 Subject: [PATCH] Remove bad debug line --- bacula/src/stored/lock.c | 1 - 1 file changed, 1 deletion(-) 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) { -- 2.39.5