From f9201647d5ecc4a1b0a2d1de7ca339f50fc5d77b Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 23 Jun 2009 12:40:45 +0000 Subject: [PATCH] ebl fix compilation problem git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8920 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/lib/message.c | 2 +- bacula/technotes | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5