From 47910f3a61df5a30a92ff4c918236b0820edcd36 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 7 Nov 2008 13:11:22 +0000 Subject: [PATCH] ebl Fix compilation error git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8006 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/plugins/fd/bpipe-fd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/plugins/fd/bpipe-fd.c b/bacula/src/plugins/fd/bpipe-fd.c index df6a8dbfef..4c49430665 100644 --- a/bacula/src/plugins/fd/bpipe-fd.c +++ b/bacula/src/plugins/fd/bpipe-fd.c @@ -268,7 +268,7 @@ static bRC handlePluginEvent(bpContext *ctx, bEvent *event, void *value) *p++ = 0; /* terminate reader string */ p_ctx->writer = p; // printf("bpipe-fd: plugin=%s fname=%s reader=%s writer=%s\n", - p_ctx->cmd, p_ctx->fname, p_ctx->reader, p_ctx->writer); +// p_ctx->cmd, p_ctx->fname, p_ctx->reader, p_ctx->writer); break; default: -- 2.39.5