From: Kern Sibbald Date: Thu, 27 Sep 2007 15:39:43 +0000 (+0000) Subject: Remove debug code X-Git-Tag: Release-7.0.0~5585 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0c8c9f4ad40878c6066454bf7154130a6b94490f;p=bacula%2Fbacula Remove debug code git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5673 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/lib/btimers.c b/bacula/src/lib/btimers.c index 28aba10bfd..420ed02030 100644 --- a/bacula/src/lib/btimers.c +++ b/bacula/src/lib/btimers.c @@ -231,8 +231,6 @@ static void callback_thread_timer(watchdog_t *self) if (wid->type == TYPE_BSOCK && wid->bsock) { wid->bsock->set_timed_out(); } - Jmsg(wid->jcr, M_INFO, 0, _("Thread timer expired. Thread for JobId=%u interrupted.\n"), - get_jobid_from_tid(wid->tid)); pthread_kill(wid->tid, TIMEOUT_SIGNAL); }