From: Eric Bollengier Date: Tue, 17 Jun 2008 18:11:48 +0000 (+0000) Subject: ebl tweak debug message X-Git-Tag: Release-7.0.0~4444 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=00006acafed9a626374659bc9422dfe65216fe56;p=bacula%2Fbacula ebl tweak debug message git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7158 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/dird/jobq.c b/bacula/src/dird/jobq.c index e8900f2b04..a46561aa62 100644 --- a/bacula/src/dird/jobq.c +++ b/bacula/src/dird/jobq.c @@ -742,7 +742,7 @@ static void dec_read_store(JCR *jcr) if (jcr->rstore) { jcr->rstore->NumConcurrentReadJobs--; /* back out rstore */ jcr->rstore->NumConcurrentJobs--; /* back out rstore */ - Dmsg1(200, "Dec wncj=%d\n", jcr->rstore->NumConcurrentJobs); + Dmsg1(200, "Dec rncj=%d\n", jcr->rstore->NumConcurrentJobs); ASSERT(jcr->rstore->NumConcurrentReadJobs >= 0); ASSERT(jcr->rstore->NumConcurrentJobs >= 0); }