From: Eric Bollengier Date: Tue, 23 Jun 2009 12:40:45 +0000 (+0000) Subject: ebl fix compilation problem X-Git-Tag: Release-3.0.2~146 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f9201647d5ecc4a1b0a2d1de7ca339f50fc5d77b;p=bacula%2Fbacula ebl fix compilation problem git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8920 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/lib/message.c b/bacula/src/lib/message.c index 39789a3848..b8bbff30e1 100644 --- a/bacula/src/lib/message.c +++ b/bacula/src/lib/message.c @@ -784,7 +784,7 @@ send_to_file: case MD_DIRECTOR: Dmsg1(850, "DIRECTOR for following msg: %s", msg); if (jcr && jcr->dir_bsock && !jcr->dir_bsock->errors) { - jcr->bsock->fsend("Jmsg Job=%s type=%d level=%lld %s", + jcr->dir_bsock->fsend("Jmsg Job=%s type=%d level=%lld %s", jcr->Job, type, mtime, msg); } else { Dmsg1(800, "no jcr for following msg: %s", msg); diff --git a/bacula/technotes b/bacula/technotes index b73624263a..ba56fb61db 100644 --- a/bacula/technotes +++ b/bacula/technotes @@ -3,6 +3,7 @@ General: 23Jun09 +ebl Fix compilation problem with message.c ebl Add '*' when volume is online when displaying volume list in restore. Should complete project 31. 21Jun09